Home
Cloud
Big Data
CI
Install
Samples
Java
Ubuntu
Maven
Archive
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>
© 2010-2022
mti
tek