Package org.apache.solr.update

APIs and classes for managing index updates

See:
          Description

Interface Summary
SolrCmdDistributor.AbortCheck  
SolrCoreState.IndexWriterCloser  
 

Class Summary
AddUpdateCommand  
CommitTracker Helper class for tracking autoCommit state.
CommitUpdateCommand  
DefaultSolrCoreState  
DeleteUpdateCommand  
DirectUpdateHandler2 DirectUpdateHandler2 implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.
DocumentBuilder  
HdfsTransactionLog Log Format: List{Operation, Version, ...} ADD, VERSION, DOC DELETE, VERSION, ID_BYTES DELETE_BY_QUERY, VERSION, String TODO: keep two files, one for [operation, version, id] and the other for the actual document data.
HdfsUpdateLog  
LoggingInfoStream An InfoStream implementation which passes messages on to Solr's logging.
MemOutputStream  
MergeIndexesCommand A merge indexes command encapsulated in an object.
PeerSync  
RollbackUpdateCommand  
SolrCmdDistributor  
SolrCmdDistributor.Error  
SolrCmdDistributor.Node  
SolrCmdDistributor.Req  
SolrCmdDistributor.Response  
SolrCmdDistributor.RetryNode  
SolrCmdDistributor.StdNode  
SolrCoreState The state in this class can be easily shared between SolrCores across SolrCore reloads.
SolrIndexConfig This config object encapsulates IndexWriter config params, defined in the <indexConfig> section of solrconfig.xml
SolrIndexSplitter  
SolrIndexWriter An IndexWriter that is configured via Solr config mechanisms.
SplitIndexCommand A split index command encapsulated in an object.
StreamingSolrServers  
TransactionLog Log Format: List{Operation, Version, ...} ADD, VERSION, DOC DELETE, VERSION, ID_BYTES DELETE_BY_QUERY, VERSION, String TODO: keep two files, one for [operation, version, id] and the other for the actual document data.
UpdateCommand An index update command encapsulated in an object (Command pattern)
UpdateHandler UpdateHandler handles requests to change the index (adds, deletes, commits, optimizes, etc).
UpdateLog  
UpdateLog.LogPtr  
UpdateLog.RecoveryInfo  
UpdateShardHandler  
VersionBucket  
VersionInfo  
 

Enum Summary
UpdateLog.State  
UpdateLog.SyncLevel  
 

Package org.apache.solr.update Description

APIs and classes for managing index updates



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.