Skip to content

solr-cool/solr-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility classes for Apache Solr

solr-util ci build Maven Central

♻️ this is the official and maintained fork of the original @shopping24 repository maintained by solr.cool.

Utility classes for working with Apache Solr. Currently contains only some convenience methods for working with instances of NamedList.

For more information, read the JavaDoc.

Usage

The library is published via Maven Central. If you're using Maven, simply add the following dependency to your project:

<dependency>
    <groupId>cool.solr</groupId>
    <artifactId>solr-util</artifactId>
    <version>1.5.0</version>
</dependency>

Contributing

We're looking forward to your comments, issues and pull requests!

License

This library is licensed under the Apache License, Version 2.0. See the LICENSE file for more information.