public class AnalyticsIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
| Constructor and Description |
|---|
AnalyticsIndexingServiceConnector(org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.analytics.api.service.StatisticDataQueueService analyticsQueueService,
org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.search.domain.Document |
create(String idString) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getIndex() |
String |
getIndex(long timestamp) |
String |
getMapping() |
String |
getType() |
String |
replaceByIndexName(String esQuery,
String index) |
org.exoplatform.commons.search.domain.Document |
update(String id) |
delete, getAttachmentProcessor, getCurrentIndex, getPipelineName, getPreviousIndex, getReplicas, getShards, isNeedIngestPipeline, isReindexOnUpgrade, setIndex, setPreviousIndex, setReplicas, setShardscanReindex, isEnable, setEnable, setTypepublic AnalyticsIndexingServiceConnector(org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.analytics.api.service.StatisticDataQueueService analyticsQueueService,
org.exoplatform.container.xml.InitParams initParams)
public String getIndex()
getIndex in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic String getType()
getType in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic String getMapping()
getMapping in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic org.exoplatform.commons.search.domain.Document create(String idString)
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 final String getIndex(long timestamp)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.