Class AbstractSolrContentObserver
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.ugc.observation.AbstractContentObserver
org.ametys.plugins.ugc.observation.AbstractSolrContentObserver
- All Implemented Interfaces:
IndexingObserver,Observer,LogEnabled,Prioritizable,Supporter<Event>,Contextualizable,Serviceable
- Direct Known Subclasses:
AbstractSolrContentAsyncObserver,SolrContentDeletedObserver,SolrContentUnpublishedObserver,SolrContentValidatedObserver
public abstract class AbstractSolrContentObserver
extends AbstractContentObserver
implements IndexingObserver
Abstract
Observer for synchronizing the Solr indexes.-
Field Summary
FieldsFields inherited from class org.ametys.plugins.ugc.observation.AbstractContentObserver
_cocoonContext, _contentTypeHelper, _context, _resolver, _ugcPageHandler, _zoneItemCacheFields 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
Modifier and TypeMethodDescription_getContentPage(Page rootContentPage, Content content) Get content pageintGet the priority for the component.voidservice(ServiceManager manager) Methods inherited from class org.ametys.plugins.ugc.observation.AbstractContentObserver
_getTarget, _getUGCRootPages, _internalObserve, _isUGCContent, _removeZoneItemCache, contextualize, observeMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.indexing.IndexingObserver
getTraits
-
Field Details
-
_solrPageIndexer
The Solr page indexer.
-
-
Constructor Details
-
AbstractSolrContentObserver
public AbstractSolrContentObserver()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractContentObserver- Throws:
ServiceException
-
getPriority
Description copied from interface:PrioritizableGet the priority for the component. On components usingPrioritizableinterface, each implementation define the order. In most cases, less is the number, more prior is the component.- Specified by:
getPriorityin interfacePrioritizable- Returns:
- the priority
-
_getContentPage
Get content page- Parameters:
rootContentPage- the root content pagecontent- the content- Returns:
- the content page
-