public class ProfileIndexingServiceConnector
extends org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
| Constructor and Description |
|---|
ProfileIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.social.core.manager.IdentityManager identityManager,
IdentityDAO identityDAO,
ConnectionDAO connectionDAO) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.addons.es.domain.Document |
create(String id) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getMapping() |
org.exoplatform.addons.es.domain.Document |
update(String id) |
delete, getIndex, getReplicas, getShards, setIndex, setReplicas, setShardsgetType, isEnable, setEnable, setTypepublic static final String TYPE
public ProfileIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.social.core.manager.IdentityManager identityManager,
IdentityDAO identityDAO,
ConnectionDAO connectionDAO)
public org.exoplatform.addons.es.domain.Document create(String id)
create in class org.exoplatform.addons.es.index.IndexingServiceConnectorpublic org.exoplatform.addons.es.domain.Document update(String id)
update in class org.exoplatform.addons.es.index.IndexingServiceConnectorpublic List<String> getAllIds(int offset, int limit)
getAllIds in class org.exoplatform.addons.es.index.IndexingServiceConnectorpublic String getMapping()
getMapping in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnectorCopyright © 2003–2016 eXo Platform SAS. All rights reserved.