Class SpaceIndexingServiceConnector
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.search.index.IndexingServiceConnector
org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
org.exoplatform.social.core.jpa.search.SpaceIndexingServiceConnector
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class SpaceIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
-
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
ConstructorsConstructorDescriptionSpaceIndexingServiceConnector(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.container.xml.InitParams initParams) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.search.domain.DocumentgetAllIds(int offset, int limit) booleanorg.exoplatform.commons.search.domain.DocumentMethods inherited from class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
delete, getAttachmentProcessor, getCurrentIndex, getIndexAlias, getPipelineName, getPreviousIndex, getReindexPipelineName, getReplicas, getShards, isNeedIngestPipeline, 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:
-
SPACE_METADATA_OBJECT_TYPE
- See Also:
-
-
Constructor Details
-
SpaceIndexingServiceConnector
public SpaceIndexingServiceConnector(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.storage.api.SpaceStorage spaceStorage, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getConnectorName
- Specified by:
getConnectorNamein classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
create
- Specified by:
createin classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
update
- Specified by:
updatein classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
getAllIds
- Specified by:
getAllIdsin classorg.exoplatform.commons.search.index.IndexingServiceConnector
-
isReindexOnUpgrade
public boolean isReindexOnUpgrade()- Overrides:
isReindexOnUpgradein classorg.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
-
getMapping
- Overrides:
getMappingin classorg.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
-