This project has retired. For details please refer to its Attic page.
Apache Solr Index/Query
Polygene™
Introduction
Tutorials
Javadoc
Samples
Core
Libraries
Extensions
Tools
Glossary 

Apache Solr Index/Query

code

docs

tests

Index/Query services backed by an embedded Apache Solr Search.

Warning

Solr Index/Query service do not support the Polygene™ Query API but only native Solr queries.

Table 67. Artifact

Group IDArtifact IDVersion

org.apache.polygene.extensions

org.apache.polygene.extension.indexing-solr

3.0.0


Assembly

Assembly is done using the provided Assembler:

new SolrIndexingAssembler().assemble( module );

Configuration

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.