public abstract class AbstractSolrUserObserver extends AbstractUserObserver
Observer
for synchronizing the Solr indexes.Modifier and Type | Field and Description |
---|---|
protected SolrPageIndexer |
_solrPageIndexer
The Solr page indexer.
|
_cocoonContext, _contentTypeHelper, _context, _resolver
MAX_PRIORITY, MIN_PRIORITY
Constructor and Description |
---|
AbstractSolrUserObserver() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority(Event event)
Retrieves the priority to observe this event.
This can be used to process a supported event before others observers. |
void |
service(ServiceManager manager) |
_getTarget, _getUserContent, _getUserDirectoryRootPages, _internalObserve, contextualize, observe
getLogger, setLogger
protected SolrPageIndexer _solrPageIndexer
public AbstractSolrUserObserver()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class AbstractUserObserver
ServiceException
public int getPriority(Event event)
Observer
event
- the event.