Uses of Class
org.nuxeo.elasticsearch.commands.IndexingCommand
Package
Description
-
Uses of IndexingCommand in org.nuxeo.elasticsearch
Modifier and TypeFieldDescriptionprotected final List<IndexingCommand>
ElasticSearchComponent.stackedCommands
Modifier and TypeMethodDescriptionvoid
ElasticSearchComponent.indexNonRecursive
(IndexingCommand cmd) Modifier 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
Modifier and TypeMethodDescriptionvoid
ElasticSearchIndexing.indexNonRecursive
(IndexingCommand cmd) Process theIndexingCommand
.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
ElasticSearchIndexingImpl.indexNonRecursive
(IndexingCommand cmd) Modifier and TypeMethodDescriptionvoid
ElasticSearchIndexingImpl.indexNonRecursive
(List<IndexingCommand> cmds) void
ElasticSearchIndexingImpl.runIndexingWorker
(List<IndexingCommand> cmds) -
Uses of IndexingCommand in org.nuxeo.elasticsearch.work
Modifier and TypeFieldDescriptionprotected final List<IndexingCommand>
AbstractIndexingWorker.cmds
Modifier and TypeMethodDescriptionprotected String
IndexingWorker.getNxqlQuery
(IndexingCommand cmd) protected Work
IndexingWorker.getWorker
(IndexingCommand cmd) protected boolean
IndexingWorker.needRecurse
(IndexingCommand cmd) Modifier 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) ModifierConstructorDescriptionModifierConstructorDescriptionAbstractIndexingWorker
(String repositoryName, List<IndexingCommand> cmds) IndexingWorker
(String repositoryName, List<IndexingCommand> cmds)