A B C D E F G H I L O P Q R S T U V 

A

addConnector(IndexingServiceConnector) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
addConnector(IndexingServiceConnector, Boolean) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
addConnector(IndexingServiceConnector) - Method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
Add Indexing Connector to the service
addConnector(IndexingServiceConnector, Boolean) - Method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
Add Indexing Connector to the service
addField(String, String) - Method in class org.exoplatform.addons.es.domain.Document
 
addField(String, byte[]) - Method in class org.exoplatform.addons.es.domain.Document
 
addOperation(OperationResource) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
audit(String, String, String, String, Integer, String, long) - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
auditTrail - Variable in class org.exoplatform.addons.es.client.ElasticClient
 

B

BASE_VERSION_URI - Static variable in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
buildFilteredQuery(String, Collection<String>, List<ElasticSearchFilter>, int, int, String, String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
buildQuery(String, Collection<String>, int, int, String, String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
buildResult(String, SearchContext) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
BulkIndexingJob - Class in org.exoplatform.addons.es.job
 
BulkIndexingJob() - Constructor for class org.exoplatform.addons.es.job.BulkIndexingJob
 

C

clearIndexingQueue() - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
Clear the indexQueue
client - Variable in class org.exoplatform.addons.es.client.ElasticClient
 
CollectionResource<T> - Class in org.exoplatform.addons.es.rest.resource
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 12/4/15
CollectionResource(Collection<T>) - Constructor for class org.exoplatform.addons.es.rest.resource.CollectionResource
 
CollectionSizeResource<T> - Class in org.exoplatform.addons.es.rest.resource
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 12/4/15
CollectionSizeResource(Collection<T>, int) - Constructor for class org.exoplatform.addons.es.rest.resource.CollectionSizeResource
 
ConnectorResource - Class in org.exoplatform.addons.es.rest.resource
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 12/4/15
ConnectorResource() - Constructor for class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
ConnectorResource(String, boolean) - Constructor for class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
CONNECTORS_URI - Static variable in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
create(String) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
Transform an entity to Document in order to be indexed
CREATE_INDEX - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
CREATE_TYPE - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 

D

delete(String) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
delete(String) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
Transform a list of entities to Document in order to be deleted from create
DELETE_ALL - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
DELETE_TYPE - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
deleteAllIndexingOperationsHavingIdLessThanOrEqual(long) - Method in class org.exoplatform.addons.es.dao.impl.IndexingOperationDAOImpl
 
deleteAllIndexingOperationsHavingIdLessThanOrEqual(long) - Method in interface org.exoplatform.addons.es.dao.IndexingOperationDAO
 
deleteAllOperations() - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
deleteOperation(IndexingOperation) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
DeleteOperation(String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
deleteOperations() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
disable(String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
Document - Class in org.exoplatform.addons.es.domain
 
Document() - Constructor for class org.exoplatform.addons.es.domain.Document
 
Document(String, String, String, Date, String[], Map<String, String>) - Constructor for class org.exoplatform.addons.es.domain.Document
Deprecated.
Document(String, String, String, Date, String[], Map<String, String>, String[]) - Constructor for class org.exoplatform.addons.es.domain.Document
Deprecated.
Document(String, String, String, Date, Set<String>, Map<String, String>) - Constructor for class org.exoplatform.addons.es.domain.Document
 
Document(String, String, String, Date, Set<String>, Map<String, String>, String[]) - Constructor for class org.exoplatform.addons.es.domain.Document
 
Document(String, String, Date) - Constructor for class org.exoplatform.addons.es.domain.Document
 

E

ElasticClient - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 10/16/15
ElasticClient(ElasticIndexingAuditTrail) - Constructor for class org.exoplatform.addons.es.client.ElasticClient
 
ElasticClientAuthenticationException - Exception in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 10/28/15
ElasticClientException - Exception in org.exoplatform.addons.es.client
Generic exception in case of error while sending requests to ElasticSearch Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/11/15
ElasticClientException(Throwable) - Constructor for exception org.exoplatform.addons.es.client.ElasticClientException
 
ElasticClientException(String) - Constructor for exception org.exoplatform.addons.es.client.ElasticClientException
 
ElasticClientException(String, Throwable) - Constructor for exception org.exoplatform.addons.es.client.ElasticClientException
 
ElasticContentRequestBuilder - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 9/3/15
ElasticContentRequestBuilder() - Constructor for class org.exoplatform.addons.es.client.ElasticContentRequestBuilder
 
ElasticIndexingAuditTrail - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 10/28/15
ElasticIndexingAuditTrail() - Constructor for class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
ElasticIndexingClient - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 9/1/15
ElasticIndexingClient(ElasticIndexingAuditTrail) - Constructor for class org.exoplatform.addons.es.client.ElasticIndexingClient
 
ElasticIndexingOperationProcessor - Class in org.exoplatform.addons.es.index.impl
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 10/12/15
ElasticIndexingOperationProcessor(IndexingOperationDAO, ElasticIndexingClient, ElasticContentRequestBuilder, ElasticIndexingAuditTrail, DataInitializer) - Constructor for class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
ElasticIndexingServiceConnector - Class in org.exoplatform.addons.es.index.impl
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/22/15
ElasticIndexingServiceConnector(InitParams) - Constructor for class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
ElasticResponse - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 10/28/15
ElasticResponse(String, int) - Constructor for class org.exoplatform.addons.es.client.ElasticResponse
 
ElasticSearchException - Exception in org.exoplatform.addons.es.search
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/14/15
ElasticSearchException(String, Throwable) - Constructor for exception org.exoplatform.addons.es.search.ElasticSearchException
 
ElasticSearchFilter - Class in org.exoplatform.addons.es.search
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 11/27/15
ElasticSearchFilter() - Constructor for class org.exoplatform.addons.es.search.ElasticSearchFilter
 
ElasticSearchFilter(ElasticSearchFilterType, String, String) - Constructor for class org.exoplatform.addons.es.search.ElasticSearchFilter
 
ElasticSearchFilterType - Enum in org.exoplatform.addons.es.search
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 11/27/15
ElasticSearchingClient - Class in org.exoplatform.addons.es.client
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/14/15
ElasticSearchingClient(ElasticIndexingAuditTrail) - Constructor for class org.exoplatform.addons.es.client.ElasticSearchingClient
 
ElasticSearchServiceConnector - Class in org.exoplatform.addons.es.search
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/30/15
ElasticSearchServiceConnector(InitParams, ElasticSearchingClient) - Constructor for class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
EMPTY_JSON - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingClient
 
enable(String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
equals(Object) - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
ERRORS_URI - Static variable in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
execute(JobExecutionContext) - Method in class org.exoplatform.addons.es.job.BulkIndexingJob
 

F

filteredSearch(SearchContext, String, List<ElasticSearchFilter>, Collection<String>, int, int, String, String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
Search on ES with additional filter on the search query Different Filter are: - Term Filter (Check if a specific term of a field exist) - Not exist Filter (Check if a term not exist) - Exist Filter (check if a term exist)
findAll(int, int) - Method in class org.exoplatform.addons.es.dao.impl.IndexingOperationDAOImpl
 
findAll(int, int) - Method in interface org.exoplatform.addons.es.dao.IndexingOperationDAO
 
findAllFirst(Integer) - Method in class org.exoplatform.addons.es.dao.impl.IndexingOperationDAOImpl
 
findAllFirst(Integer) - Method in interface org.exoplatform.addons.es.dao.IndexingOperationDAO
 

G

getAdditionalFilters(List<ElasticSearchFilter>) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getAllIds(int, int) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
 
getBatchNumber() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
getById(String) - Static method in enum org.exoplatform.addons.es.domain.OperationType
 
getClient() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getClientConnectionManager() - Method in class org.exoplatform.addons.es.client.ElasticClient
 
getClientConnectionManager() - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
 
getClientConnectionManager() - Method in class org.exoplatform.addons.es.client.ElasticSearchingClient
 
getConnector(String, String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
getConnectors() - Method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
Gets all current connectors
getConnectors() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getConnectors(String, boolean) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
getCreateDocumentRequestContent(ElasticIndexingServiceConnector, String) - Method in class org.exoplatform.addons.es.client.ElasticContentRequestBuilder
Get an ES create document content to insert in a bulk request For instance: { "create" : { "_index" : "blog", "_type" : "post", "_id" : "blog_post_1" } } { "field1" : "value3" }
getCreateIndexRequestContent(ElasticIndexingServiceConnector) - Method in class org.exoplatform.addons.es.client.ElasticContentRequestBuilder
Get an ES create Index request content
getCurrentTenantName() - Static method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
 
getDeleteDocumentRequestContent(ElasticIndexingServiceConnector, String) - Method in class org.exoplatform.addons.es.client.ElasticContentRequestBuilder
Get an ES delete document content to insert in a bulk request For instance: { "delete" : { "_index" : "blog", "_type" : "post", "_id" : "blog_post_1" } }
getEntityId() - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
getEntityId() - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
getEntityType() - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
getEntityType() - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
getErrors() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getEsPasswordProperty() - Method in class org.exoplatform.addons.es.client.ElasticClient
 
getEsPasswordProperty() - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
 
getEsPasswordProperty() - Method in class org.exoplatform.addons.es.client.ElasticSearchingClient
 
getEsUsernameProperty() - Method in class org.exoplatform.addons.es.client.ElasticClient
 
getEsUsernameProperty() - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
 
getEsUsernameProperty() - Method in class org.exoplatform.addons.es.client.ElasticSearchingClient
 
getField() - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 
getFields() - Method in class org.exoplatform.addons.es.domain.Document
 
getFields() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getId() - Method in class org.exoplatform.addons.es.domain.Document
 
getId() - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
getImg() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getIndex() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
getIndex() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getLastUpdatedDate() - Method in class org.exoplatform.addons.es.domain.Document
 
getLimit() - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
getMapping() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
Default mapping rules for ES type { "type_name" : { "properties" : { "permissions" : {"type" : "string", "index" : "not_analyzed" }, "sites" : {"type" : "string", "index" : "not_analyzed" } } } } This method must be overridden by your specific connector if you want to define special mapping
getMessage() - Method in class org.exoplatform.addons.es.client.ElasticResponse
 
getNbConnectors() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getNbIndexingErrors() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getNbIndexingOperations() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getNumberOperations() - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
get the number of operations in indexQueue
getOffset() - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
getOperation() - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
getOperation(String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
getOperation(String, String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
getOperation() - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
getOperationId() - Method in enum org.exoplatform.addons.es.domain.OperationType
 
getOperations(int, int) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
getOperations() - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
getOperations(String, int, int, boolean) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
getPermissionFilter() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getPermissions() - Method in class org.exoplatform.addons.es.domain.Document
 
getReindexBatchSize() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
getReplicas() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
getRequestSizeLimit() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
getResources() - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
getSearchFields() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getShards() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
getSites() - Method in class org.exoplatform.addons.es.domain.Document
 
getSitesFilter(Collection<String>) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getSize() - Method in class org.exoplatform.addons.es.rest.resource.CollectionSizeResource
 
getSourceFields() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getStatusCode() - Method in class org.exoplatform.addons.es.client.ElasticResponse
 
getTitleElasticFieldName() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getTitleFromJsonResult(JSONObject) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getType() - Method in class org.exoplatform.addons.es.domain.Document
 
getType() - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
 
getType() - Method in class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
getType() - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 
getType() - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getUpdateDocumentRequestContent(ElasticIndexingServiceConnector, String) - Method in class org.exoplatform.addons.es.client.ElasticContentRequestBuilder
Get an ES update document content to insert in a bulk request We use the create api to reindex the full document (and not partially) For instance: { "create" : { "_index" : "blog", "_type" : "post", "_id" : "blog_post_1" } } { "field1" : "value3" }
getUrl() - Method in class org.exoplatform.addons.es.domain.Document
 
getUrlFromJsonResult(JSONObject, SearchContext) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
getValue() - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 

H

hashCode() - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
HIGHLIGHT_FRAGMENT_NUMBER_DEFAULT_VALUE - Static variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
HIGHLIGHT_FRAGMENT_NUMBER_PARAM_NAME - Static variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
HIGHLIGHT_FRAGMENT_SIZE_DEFAULT_VALUE - Static variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
HIGHLIGHT_FRAGMENT_SIZE_PARAM_NAME - Static variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
highlightFragmentNumber - Variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
highlightFragmentSize - Variable in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 

I

index - Variable in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
index(String, String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
index(String, String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a create operation to the indexing queue
INDEXING_MANAGEMENT_URI - Static variable in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
IndexingManagementRestService - Class in org.exoplatform.addons.es.rest
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 10/6/15
IndexingManagementRestService(IndexingService, IndexingOperationProcessor) - Constructor for class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
IndexingManagementRestServiceV1 - Class in org.exoplatform.addons.es.rest
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 10/6/15
IndexingManagementRestServiceV1(IndexingService, IndexingOperationProcessor) - Constructor for class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
IndexingOperation - Class in org.exoplatform.addons.es.domain
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/22/15
IndexingOperation() - Constructor for class org.exoplatform.addons.es.domain.IndexingOperation
 
IndexingOperation(String, String, OperationType) - Constructor for class org.exoplatform.addons.es.domain.IndexingOperation
 
IndexingOperationDAO - Interface in org.exoplatform.addons.es.dao
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/29/15
IndexingOperationDAOImpl - Class in org.exoplatform.addons.es.dao.impl
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/29/15
IndexingOperationDAOImpl() - Constructor for class org.exoplatform.addons.es.dao.impl.IndexingOperationDAOImpl
 
IndexingOperationProcessor - Class in org.exoplatform.addons.es.index
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 10/12/15
IndexingOperationProcessor() - Constructor for class org.exoplatform.addons.es.index.IndexingOperationProcessor
 
IndexingService - Interface in org.exoplatform.addons.es.index
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 10/12/15
IndexingServiceConnector - Class in org.exoplatform.addons.es.index
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/22/15
IndexingServiceConnector() - Constructor for class org.exoplatform.addons.es.index.IndexingServiceConnector
 
init(String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
init(String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a init operation to the indexing queue to init the index
isEnable() - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
 
isEnable() - Method in class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
isFullLogEnabled() - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 

L

logAcceptedBulkOperation(String, String, String, String, Integer, String, long) - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
logAcceptedSearchOperation(String, String, String, Integer, String, long) - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
logRejectedDocumentBulkOperation(String, String, String, String, Integer, String, long) - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
logRejectedSearchOperation(String, String, String, Integer, String, long) - Method in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 

O

OperationResource - Class in org.exoplatform.addons.es.rest.resource
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 12/4/15
OperationResource() - Constructor for class org.exoplatform.addons.es.rest.resource.OperationResource
 
OperationResource(String, String, String) - Constructor for class org.exoplatform.addons.es.rest.resource.OperationResource
 
OPERATIONS_URI - Static variable in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
OperationType - Enum in org.exoplatform.addons.es.domain
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/15/15
org.exoplatform.addons.es.client - package org.exoplatform.addons.es.client
 
org.exoplatform.addons.es.dao - package org.exoplatform.addons.es.dao
 
org.exoplatform.addons.es.dao.impl - package org.exoplatform.addons.es.dao.impl
 
org.exoplatform.addons.es.domain - package org.exoplatform.addons.es.domain
 
org.exoplatform.addons.es.index - package org.exoplatform.addons.es.index
 
org.exoplatform.addons.es.index.impl - package org.exoplatform.addons.es.index.impl
 
org.exoplatform.addons.es.job - package org.exoplatform.addons.es.job
 
org.exoplatform.addons.es.rest - package org.exoplatform.addons.es.rest
 
org.exoplatform.addons.es.rest.resource - package org.exoplatform.addons.es.rest.resource
 
org.exoplatform.addons.es.search - package org.exoplatform.addons.es.search
 

P

process() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
Handle the Indexing queue Get all data in the indexing queue, transform them to ES requests, send requests to ES This method is ONLY called by the job scheduler.
process() - Method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
Index all document in the indexing queue

Q

QUERY_LIMIT - Static variable in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
QueueIndexingService - Class in org.exoplatform.addons.es.index.impl
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/22/15
QueueIndexingService(IndexingOperationDAO) - Constructor for class org.exoplatform.addons.es.index.impl.QueueIndexingService
 

R

reindex(String, String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
reindex(String, String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a update operation to the indexing queue
REINDEX_ALL - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
reindexAll(String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
reindexAll(String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a reindex all operation to the indexing queue
reindexConnector(String) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestService
 
replicas - Variable in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 

S

search(SearchContext, String, Collection<String>, int, int, String, String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
SEARCH_TYPE - Static variable in class org.exoplatform.addons.es.client.ElasticIndexingAuditTrail
 
sendCreateIndexRequest(String, String) - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
Send request to ES to create a new index
sendCreateTypeRequest(String, String, String) - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
Send request to ES to create a new type
sendCUDRequest(String) - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
Send request to ES to perform a C-reate, U-pdate or D-elete operation on a ES document
sendDeleteTypeRequest(String, String) - Method in class org.exoplatform.addons.es.client.ElasticIndexingClient
Send request to ES to delete a type it's the same that deleting all document from a given type
sendHttpDeleteRequest(String) - Method in class org.exoplatform.addons.es.client.ElasticClient
 
sendHttpGetRequest(String) - Method in class org.exoplatform.addons.es.client.ElasticClient
 
sendHttpPostRequest(String, String) - Method in class org.exoplatform.addons.es.client.ElasticClient
 
sendRequest(String, String, String) - Method in class org.exoplatform.addons.es.client.ElasticSearchingClient
 
setBatchNumber(Integer) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
setCurrentTenantName(String) - Static method in class org.exoplatform.addons.es.index.IndexingOperationProcessor
 
setEnable(boolean) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
 
setEnable(boolean) - Method in class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
setEntityId(String) - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
setEntityId(String) - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
setEntityType(String) - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
setEntityType(String) - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
setField(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 
setFields(Map<String, String>) - Method in class org.exoplatform.addons.es.domain.Document
 
setId(String) - Method in class org.exoplatform.addons.es.domain.Document
 
setId(Long) - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
setImg(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
setIndex(String) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
setIndex(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
setLastUpdatedDate(Date) - Method in class org.exoplatform.addons.es.domain.Document
 
setLimit(int) - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
setOffset(int) - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
setOperation(OperationType) - Method in class org.exoplatform.addons.es.domain.IndexingOperation
 
setOperation(String) - Method in class org.exoplatform.addons.es.rest.resource.OperationResource
 
setPermissions(String[]) - Method in class org.exoplatform.addons.es.domain.Document
Deprecated.
setPermissions(Set<String>) - Method in class org.exoplatform.addons.es.domain.Document
 
setReindexBatchSize(int) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
setReplicas(Integer) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
setRequestSizeLimit(Integer) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
setResources(Collection<T>) - Method in class org.exoplatform.addons.es.rest.resource.CollectionResource
 
setSearchFields(List<String>) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
setShards(Integer) - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
setSites(String[]) - Method in class org.exoplatform.addons.es.domain.Document
 
setSize(int) - Method in class org.exoplatform.addons.es.rest.resource.CollectionSizeResource
 
setTitleElasticFieldName(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
setType(String) - Method in class org.exoplatform.addons.es.domain.Document
 
setType(String) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
 
setType(String) - Method in class org.exoplatform.addons.es.rest.resource.ConnectorResource
 
setType(ElasticSearchFilterType) - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 
setType(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchServiceConnector
 
setUrl(String) - Method in class org.exoplatform.addons.es.domain.Document
 
setValue(String) - Method in class org.exoplatform.addons.es.search.ElasticSearchFilter
 
shards - Variable in class org.exoplatform.addons.es.index.impl.ElasticIndexingServiceConnector
 
start() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 
stop() - Method in class org.exoplatform.addons.es.index.impl.ElasticIndexingOperationProcessor
 

T

toJSON() - Method in class org.exoplatform.addons.es.domain.Document
 
toString() - Method in enum org.exoplatform.addons.es.search.ElasticSearchFilterType
 

U

unindex(String, String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
unindex(String, String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a delete operation to the indexing queue
unindexAll(String) - Method in class org.exoplatform.addons.es.index.impl.QueueIndexingService
 
unindexAll(String) - Method in interface org.exoplatform.addons.es.index.IndexingService
Add a delete all type operation to the indexing queue
update(String) - Method in class org.exoplatform.addons.es.index.IndexingServiceConnector
Transform an entity to Document in order to be reindexed
updateConnector(String, ConnectorResource) - Method in class org.exoplatform.addons.es.rest.IndexingManagementRestServiceV1
 
urlClient - Variable in class org.exoplatform.addons.es.client.ElasticClient
 

V

valueOf(String) - Static method in enum org.exoplatform.addons.es.domain.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.addons.es.search.ElasticSearchFilterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.addons.es.domain.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.addons.es.search.ElasticSearchFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L O P Q R S T U V 

Copyright © 2003–2016 eXo Platform SAS. All rights reserved.