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:
AsyncObserver,Observer,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.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
parallelizable
-
Constructor Details
-
IndexSynchronizedContentObserver
public IndexSynchronizedContentObserver()
-
-
Method Details
-
supports
Description copied from interface:ObserverChecks if the event is supported. If true, the observe(Event) method will be called.- Specified by:
supportsin interfaceObserver- Overrides:
supportsin classIndexContentObserver- Parameters:
event- the event.- Returns:
truefor observing this event,falseotherwise.
-