Uses of Class
org.nuxeo.elasticsearch.commands.IndexingCommand
Packages that use IndexingCommand
Package
Description
-
Uses of IndexingCommand in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch with type parameters of type IndexingCommandModifier and TypeFieldDescriptionprotected final List<IndexingCommand>
ElasticSearchComponent.stackedCommands
Methods in org.nuxeo.elasticsearch with parameters of type IndexingCommandModifier and TypeMethodDescriptionvoid
ElasticSearchComponent.indexNonRecursive
(IndexingCommand cmd) Method parameters in org.nuxeo.elasticsearch with type arguments of type IndexingCommandModifier and TypeMethodDescriptionprotected void
ElasticSearchComponent.dispatchWork
(List<IndexingCommand> cmds) Dispatch jobs between sync and async workervoid
ElasticSearchComponent.indexNonRecursive
(List<IndexingCommand> cmds) protected void
ElasticSearchComponent.runIndexingSyncWorker
(Map<String, List<IndexingCommand>> syncCommands) void
ElasticSearchComponent.runIndexingWorker
(List<IndexingCommand> cmds) protected void
ElasticSearchComponent.scheduleIndexingAsyncWorker
(Map<String, List<IndexingCommand>> asyncCommands) protected void
ElasticSearchComponent.stackCommands
(List<IndexingCommand> cmds) -
Uses of IndexingCommand in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api with parameters of type IndexingCommandModifier and TypeMethodDescriptionvoid
ElasticSearchIndexing.indexNonRecursive
(IndexingCommand cmd) Process theIndexingCommand
.Method parameters in org.nuxeo.elasticsearch.api with type arguments of type IndexingCommandModifier and TypeMethodDescriptionvoid
ElasticSearchIndexing.indexNonRecursive
(List<IndexingCommand> cmds) Same asElasticSearchIndexing.indexNonRecursive(org.nuxeo.elasticsearch.commands.IndexingCommand)
but process the list command using a bulk request.void
ElasticSearchIndexing.runIndexingWorker
(List<IndexingCommand> cmds) Run a worker to process theIndexingCommand
. -
Uses of IndexingCommand in org.nuxeo.elasticsearch.commands
Fields in org.nuxeo.elasticsearch.commands with type parameters of type IndexingCommandMethods in org.nuxeo.elasticsearch.commands that return IndexingCommandModifier and TypeMethodDescriptionIndexingCommand.clone
(DocumentModel newDoc) protected IndexingCommand
IndexingCommands.find
(IndexingCommand.Type command) static IndexingCommand
IndexingCommand.fromJSON
(com.fasterxml.jackson.databind.JsonNode jsonNode) static IndexingCommand
Create a command from a JSON string.Methods in org.nuxeo.elasticsearch.commands that return types with arguments of type IndexingCommandMethods in org.nuxeo.elasticsearch.commands with parameters of type IndexingCommandModifier and TypeMethodDescriptionprotected void
IndexingCommands.add
(IndexingCommand command) protected boolean
IndexingCommand.canBeMerged
(IndexingCommand other) boolean
IndexingCommand.merge
(IndexingCommand other) -
Uses of IndexingCommand in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core with parameters of type IndexingCommandModifier and TypeMethodDescriptionvoid
ElasticSearchIndexingImpl.indexNonRecursive
(IndexingCommand cmd) Method parameters in org.nuxeo.elasticsearch.core with type arguments of type IndexingCommandModifier and TypeMethodDescriptionvoid
ElasticSearchIndexingImpl.indexNonRecursive
(List<IndexingCommand> cmds) void
ElasticSearchIndexingImpl.runIndexingWorker
(List<IndexingCommand> cmds) -
Uses of IndexingCommand in org.nuxeo.elasticsearch.work
Fields in org.nuxeo.elasticsearch.work with type parameters of type IndexingCommandModifier and TypeFieldDescriptionprotected final List<IndexingCommand>
AbstractIndexingWorker.cmds
Methods in org.nuxeo.elasticsearch.work with parameters of type IndexingCommandModifier and TypeMethodDescriptionprotected String
IndexingWorker.getNxqlQuery
(IndexingCommand cmd) protected Work
IndexingWorker.getWorker
(IndexingCommand cmd) protected boolean
IndexingWorker.needRecurse
(IndexingCommand cmd) Method parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommandModifier and TypeMethodDescriptionprotected abstract void
AbstractIndexingWorker.doIndexingWork
(ElasticSearchIndexing esi, List<IndexingCommand> cmds) protected void
ChildrenIndexingWorker.doIndexingWork
(ElasticSearchIndexing esi, List<IndexingCommand> cmds) protected void
IndexingWorker.doIndexingWork
(ElasticSearchIndexing esi, List<IndexingCommand> cmds) Constructors in org.nuxeo.elasticsearch.work with parameters of type IndexingCommandModifierConstructorDescriptionConstructor parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommandModifierConstructorDescriptionAbstractIndexingWorker
(String repositoryName, List<IndexingCommand> cmds) IndexingWorker
(String repositoryName, List<IndexingCommand> cmds)