org.qi4j.index.solr.internal
Class SolrEntityIndexerMixin

java.lang.Object
  extended by org.qi4j.index.solr.internal.SolrEntityIndexerMixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, SolrQueryService, SolrSearch, StateChangeListener, EntityFinder

public abstract class SolrEntityIndexerMixin
extends java.lang.Object
implements SolrQueryService

JAVADOC


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.index.solr.SolrQueryService
SolrQueryService.Activator
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
SolrEntityIndexerMixin()
           
 
Method Summary
 void inflateSolrSchema()
           
 void notifyChanges(java.lang.Iterable<EntityState> entityStates)
           
 void releaseSolrSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.spi.query.EntityFinder
countEntities, findEntities, findEntity
 
Methods inherited from interface org.qi4j.index.solr.SolrSearch
search
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Constructor Detail

SolrEntityIndexerMixin

public SolrEntityIndexerMixin()
Method Detail

inflateSolrSchema

public void inflateSolrSchema()
Specified by:
inflateSolrSchema in interface SolrQueryService

releaseSolrSchema

public void releaseSolrSchema()
Specified by:
releaseSolrSchema in interface SolrQueryService

notifyChanges

public void notifyChanges(java.lang.Iterable<EntityState> entityStates)
Specified by:
notifyChanges in interface StateChangeListener