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, _resolverMAX_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, observegetLogger, setLoggerprotected SolrPageIndexer _solrPageIndexer
public AbstractSolrUserObserver()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class AbstractUserObserverServiceExceptionpublic int getPriority(Event event)
Observerevent - the event.