Home
LLMs
Docker
Kubernetes
Java
Python
Ubuntu
Maven
Archived
About
Apache Solr
|
SolrJ: Maven - POM Configuration
Maven - POM Configuration
Maven - POM Configuration
Before you can use the SolrJ API, you need to add some dependencies to your "pom.xml" file.
Here are the minimal dependencies needed in order for the following examples to work.
<dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <version>9.1.1</version> </dependency> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> <version>9.1.1</version> </dependency>
© 2025
mti
tek