public class AgendaIndexingServiceConnector
extends org.exoplatform.commons.search.index.impl.ElasticIndexingServiceConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
| Constructor and Description |
|---|
AgendaIndexingServiceConnector(org.exoplatform.agenda.service.AgendaCalendarService agendaCalendarService,
org.exoplatform.agenda.service.AgendaEventService agendaEventService,
org.exoplatform.agenda.service.AgendaEventAttendeeService attendeeService,
org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReindex() |
org.exoplatform.commons.search.domain.Document |
create(String id) |
List<String> |
getAllIds(int offset,
int limit) |
String |
getType() |
org.exoplatform.commons.search.domain.Document |
update(String id) |
delete, getAttachmentProcessor, getCurrentIndex, getIndex, getMapping, getPipelineName, getPreviousIndex, getReplicas, getShards, isNeedIngestPipeline, isReindexOnUpgrade, setIndex, setPreviousIndex, setReplicas, setShardsisEnable, setEnable, setTypepublic static final String TYPE
public AgendaIndexingServiceConnector(org.exoplatform.agenda.service.AgendaCalendarService agendaCalendarService,
org.exoplatform.agenda.service.AgendaEventService agendaEventService,
org.exoplatform.agenda.service.AgendaEventAttendeeService attendeeService,
org.exoplatform.container.xml.InitParams initParams)
public String getType()
getType in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic 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 List<String> getAllIds(int offset, int limit)
getAllIds in class org.exoplatform.commons.search.index.IndexingServiceConnectorpublic boolean canReindex()
canReindex in class org.exoplatform.commons.search.index.IndexingServiceConnectorCopyright © 2003–2021 eXo Platform SAS. All rights reserved.