public class AttachmentIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
| Constructor and Description |
|---|
AttachmentIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.commons.file.services.FileService fileService,
PageAttachmentDAO attachmentDAO) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.search.domain.Document |
create(String id) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getAttachmentProcessor() |
String |
getMapping() |
String |
getPipelineName() |
boolean |
isNeedIngestPipeline() |
org.exoplatform.commons.search.domain.Document |
update(String id) |
delete, getCurrentIndex, getIndex, getPreviousIndex, getReplicas, getShards, isReindexOnUpgrade, setIndex, setPreviousIndex, setReplicas, setShardsgetType, isEnable, setEnable, setTypepublic static final String TYPE
public AttachmentIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.commons.file.services.FileService fileService,
PageAttachmentDAO attachmentDAO)
public org.exoplatform.commons.search.domain.Document create(String id)
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 String getMapping()
getMapping in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic List<String> getAllIds(int offset, int limit)
getAllIds in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic boolean isNeedIngestPipeline()
isNeedIngestPipeline in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic String getPipelineName()
getPipelineName in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic String getAttachmentProcessor()
getAttachmentProcessor in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorCopyright © 2003–2018 eXo Platform SAS. All rights reserved.