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, _solrWfIndexerFields inherited from interface org.ametys.cms.indexing.IndexingObserver
INDEXING_OBSERVERFields 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, serviceMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.core.observation.AsyncObserver
parallelizableMethods inherited from interface org.ametys.cms.indexing.IndexingObserver
getTraits
-
Constructor Details
-
IndexSynchronizedContentObserver
public IndexSynchronizedContentObserver()
-
-
Method Details