Class IndexSynchronizedContentObserver
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.cms.content.indexing.solr.observation.IndexContentObserver
org.ametys.plugins.contentio.synchronize.observation.IndexSynchronizedContentObserver
- All Implemented Interfaces:
IndexingObserver
,AsyncObserver
,Observer
,Prioritizable
,Supporter<Event>
,Contextualizable
,LogEnabled
,Serviceable
Observer in charge for indexing contents when synchronized (default workspace only)
-
Field Summary
Fields inherited from class org.ametys.cms.content.indexing.solr.observation.IndexContentObserver
_context, _solrClientProvider, _solrIndexer, _solrWfIndexer
Fields inherited from interface org.ametys.cms.indexing.IndexingObserver
INDEXING_OBSERVER
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ametys.cms.content.indexing.solr.observation.IndexContentObserver
contextualize, getPriority, index, observe, service
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.core.observation.AsyncObserver
parallelizable
Methods inherited from interface org.ametys.cms.indexing.IndexingObserver
getTraits
-
Constructor Details
-
IndexSynchronizedContentObserver
public IndexSynchronizedContentObserver()
-
-
Method Details