This project has retired. For details please refer to its Attic page.
Apache Solr Index/Query
Zest™
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 Zest™ Query API but only native Solr queries.

Table 73. Artifact

Group IDArtifact IDVersion

org.qi4j.extension

org.qi4j.extension.indexing-solr

2.1


Assembly

Assembly is done using the provided Assembler:

new SolrAssembler().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.