mti
tek
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>8.6.0</version> </dependency> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> <version>8.6.0</version> </dependency>
© 2020
mti
tek