Uses of Class
org.apache.solr.update.MergeIndexesCommand
-
Packages that use MergeIndexesCommand Package Description org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of MergeIndexesCommand in org.apache.solr.update
Methods in org.apache.solr.update with parameters of type MergeIndexesCommand Modifier and Type Method Description int
DirectUpdateHandler2. mergeIndexes(MergeIndexesCommand cmd)
abstract int
UpdateHandler. mergeIndexes(MergeIndexesCommand cmd)
-
Uses of MergeIndexesCommand in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type MergeIndexesCommand Modifier and Type Method Description void
DistributedZkUpdateProcessor. processMergeIndexes(MergeIndexesCommand cmd)
void
TolerantUpdateProcessor. processMergeIndexes(MergeIndexesCommand cmd)
void
UpdateRequestProcessor. processMergeIndexes(MergeIndexesCommand cmd)
-