public class NavigationIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
| Constructor and Description |
|---|
NavigationIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.portal.mop.navigation.NavigationStore navigationStore,
org.exoplatform.services.seo.SEOService seoService,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.description.DescriptionService descriptionService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.search.domain.Document |
create(String nodeId) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getMapping() |
org.exoplatform.commons.search.domain.Document |
update(String id) |
delete, getAttachmentProcessor, getCurrentIndex, getIndex, getPipelineName, getPreviousIndex, getReplicas, getShards, isNeedIngestPipeline, isReindexOnUpgrade, setIndex, setPreviousIndex, setReplicas, setShardsgetType, isEnable, setEnable, setTypepublic static final String TYPE
public NavigationIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.portal.mop.navigation.NavigationStore navigationStore,
org.exoplatform.services.seo.SEOService seoService,
org.exoplatform.portal.mop.page.PageService pageService,
org.exoplatform.portal.mop.description.DescriptionService descriptionService)
public org.exoplatform.commons.search.domain.Document create(String nodeId)
create in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic org.exoplatform.commons.search.domain.Document update(String id)
update in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic List<String> getAllIds(int offset, int limit)
getAllIds in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic String getMapping()
getMapping in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorCopyright © 2003–2020 eXo Platform SAS. All rights reserved.