org.qi4j.index.solr
Interface SolrQueryService

All Superinterfaces:
Composite, EntityFinder, Identity, ServiceComposite, SolrSearch, StateChangeListener
All Known Implementing Classes:
SolrEntityIndexerMixin

@Mixins(value={SolrEntityIndexerMixin.class,SolrEntityQueryMixin.class})
@Activators(value=SolrQueryService.Activator.class)
public interface SolrQueryService
extends EntityFinder, StateChangeListener, SolrSearch, ServiceComposite

JAVADOC


Nested Class Summary
static class SolrQueryService.Activator
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void inflateSolrSchema()
           
 void releaseSolrSchema()
           
 
Methods inherited from interface org.qi4j.spi.query.EntityFinder
countEntities, findEntities, findEntity
 
Methods inherited from interface org.qi4j.spi.entitystore.StateChangeListener
notifyChanges
 
Methods inherited from interface org.qi4j.index.solr.SolrSearch
search
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

inflateSolrSchema

void inflateSolrSchema()

releaseSolrSchema

void releaseSolrSchema()