Package org.exoplatform.wiki.jpa.search
Class WikiPageIndexingServiceConnector
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.search.index.IndexingServiceConnector
org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
org.exoplatform.wiki.jpa.search.WikiPageIndexingServiceConnector
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
- Direct Known Subclasses:
NoteVersionLanguageIndexingServiceConnector
public class WikiPageIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
9/9/15
-
Field Summary
FieldsFields inherited from class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
currentIndex, indexAlias, mapping, previousIndex, reindexOnUpgrade, replicas, shardsFields inherited from class org.exoplatform.commons.search.index.IndexingServiceConnector
connectorName, enableFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionWikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDocumentMetadata(org.exoplatform.social.core.search.DocumentWithMetadata document, String documentId) computePermissions(Page page) org.exoplatform.commons.search.domain.DocumentgetAllIds(int offset, int limit) org.exoplatform.commons.search.domain.DocumentMethods inherited from class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
delete, getAttachmentProcessor, getCurrentIndex, getIndexAlias, getPipelineName, getPreviousIndex, getReplicas, getShards, isNeedIngestPipeline, isReindexOnUpgrade, setPreviousIndex, setReplicas, setShardsMethods inherited from class org.exoplatform.commons.search.index.IndexingServiceConnector
isEnable, setEnableMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
WikiPageIndexingServiceConnector
public WikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService)
-
-
Method Details
-
getMapping
- Overrides:
getMappingin classorg.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
-
create
- Specified by:
createin classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
update
- Specified by:
updatein classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
getConnectorName
- Specified by:
getConnectorNamein classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
computePermissions
-
getAllIds
- Specified by:
getAllIdsin classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
addDocumentMetadata
protected void addDocumentMetadata(org.exoplatform.social.core.search.DocumentWithMetadata document, String documentId)
-