This project has retired. For details please refer to its Attic page.
Apache Solr Index/Query Starter Template for Bootstrap
Overview
javax.json serialization
javax.xml serialization
MessagePack serialization
Memory EntityStore
File EntityStore
Geode EntityStore
Hazelcast EntityStore
JClouds EntityStore
JDBM EntityStore
LevelDB EntityStore
MongoDB EntityStore
Preferences EntityStore
Redis EntityStore
Riak EntityStore
SQL EntityStore
Ehcache Cache
Memcache Cache
ElasticSearch Index/Query
OpenRDF Index/Query
Apache Solr Index/Query
SQL Index/Query
Codahale Metrics
Migration
Reindexer

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

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.