public class FileindexingConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
| Constructor and Description |
|---|
FileindexingConnector(org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.search.domain.Document |
create(String id) |
protected Map<String,String> |
extractDublinCoreMetadata(javax.jcr.Node contentNode) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getAttachmentProcessor() |
String |
getMapping() |
String |
getPipelineName() |
protected boolean |
isInContentFolder(javax.jcr.Node node) |
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 FileindexingConnector(org.exoplatform.container.xml.InitParams initParams)
public 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 getMapping()
getMapping in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic String getAttachmentProcessor()
getAttachmentProcessor in class org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnectorpublic org.exoplatform.commons.search.domain.Document create(String id)
create in class org.exoplatform.commons.search.index.IndexingServiceConnectorprotected boolean isInContentFolder(javax.jcr.Node node)
public 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.IndexingServiceConnectorCopyright © 2003–2019 eXo Platform SAS. All rights reserved.