code
docs
tests
Index/Query services backed by an embedded Apache Solr Search.
Solr Index/Query service do not support the Polygene™ Query API but only native Solr queries.
Table 67. Artifact
Group ID | Artifact ID | Version |
---|---|---|
org.apache.polygene.extensions | org.apache.polygene.extension.indexing-solr | 3.0.0 |
Assembly is done using the provided Assembler:
new SolrIndexingAssembler().assemble( module );
Apache Solr Index/Query exclusively use the FileConfig Library to locate the directory where it persists its index.
You must provide solrconfig.xml
and schema.xml
files either from the classpath or in the configuration directory of
the FileConfig Library.