Uses of Class
org.apache.solr.update.CommitUpdateCommand
-
Packages that use CommitUpdateCommand Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
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 CommitUpdateCommand in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type CommitUpdateCommand Modifier and Type Method Description static void
RequestHandlerUtils. updateCommit(CommitUpdateCommand cmd, org.apache.solr.common.params.SolrParams params)
Modify UpdateCommand based on request parameters -
Uses of CommitUpdateCommand in org.apache.solr.update
Methods in org.apache.solr.update with parameters of type CommitUpdateCommand Modifier and Type Method Description void
DirectUpdateHandler2. commit(CommitUpdateCommand cmd)
abstract void
UpdateHandler. commit(CommitUpdateCommand cmd)
void
UpdateLog. commitAndSwitchToNewTlog(CommitUpdateCommand cuc)
Block updates, append a commit at current tlog, then copy over updates to a new tlog.void
UpdateLog. copyOverBufferingUpdates(CommitUpdateCommand cuc)
Block updates, append a commit at current tlog, then copy over buffer updates to new tlog and bring back ulog to active state.void
SolrCmdDistributor. distribCommit(CommitUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, org.apache.solr.common.params.ModifiableSolrParams params)
void
UpdateLog. postCommit(CommitUpdateCommand cmd)
void
UpdateLog. postSoftCommit(CommitUpdateCommand cmd)
void
UpdateLog. preCommit(CommitUpdateCommand cmd)
void
DirectUpdateHandler2. prepareCommit(CommitUpdateCommand cmd)
void
UpdateLog. preSoftCommit(CommitUpdateCommand cmd)
protected boolean
DirectUpdateHandler2. shouldCommit(CommitUpdateCommand cmd, org.apache.lucene.index.IndexWriter writer)
Determines whether the commit command should effectively trigger a commit on the index writer.long
TransactionLog. writeCommit(CommitUpdateCommand cmd)
-
Uses of CommitUpdateCommand in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type CommitUpdateCommand Modifier and Type Method Description protected void
DistributedUpdateProcessor. doLocalCommit(CommitUpdateCommand cmd)
void
DistributedUpdateProcessor. processCommit(CommitUpdateCommand cmd)
void
DistributedZkUpdateProcessor. processCommit(CommitUpdateCommand cmd)
void
RoutedAliasUpdateProcessor. processCommit(CommitUpdateCommand cmd)
void
TolerantUpdateProcessor. processCommit(CommitUpdateCommand cmd)
void
UpdateRequestProcessor. processCommit(CommitUpdateCommand cmd)
-