SolrFunctions
Solr class contains functions for executing Solr-related operations in Gloop and Groovy such as:
- creating a Solr schema based on a given Gloop Model and vice versa
- creating (bulk inserts also supported), updating, querying, and deleting documents in the index
- fetching the
SolrClientof a given Solr core
Example usages
For example usages, please see the examples package and these documents: