Package org.apache.solr.update
Class MergeIndexesCommand
- java.lang.Object
- 
- org.apache.solr.update.UpdateCommand
- 
- org.apache.solr.update.MergeIndexesCommand
 
 
- 
- All Implemented Interfaces:
- Cloneable
 
 public class MergeIndexesCommand extends UpdateCommand A merge indexes command encapsulated in an object.- Since:
- solr 1.4
 
- 
- 
Field SummaryFields Modifier and Type Field Description List<org.apache.lucene.index.DirectoryReader>readers- 
Fields inherited from class org.apache.solr.update.UpdateCommandBUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, IGNORE_INDEXWRITER, PEER_SYNC, REPLAY, req, route, version
 
- 
 - 
Constructor SummaryConstructors Constructor Description MergeIndexesCommand(List<org.apache.lucene.index.DirectoryReader> readers, SolrQueryRequest req)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()StringtoString()- 
Methods inherited from class org.apache.solr.update.UpdateCommandclone, getFlags, getReq, getRoute, getTracer, getVersion, setFlags, setReq, setRoute, setVersion
 
- 
 
- 
- 
- 
Field Detail- 
readerspublic List<org.apache.lucene.index.DirectoryReader> readers 
 
- 
 - 
Constructor Detail- 
MergeIndexesCommandpublic MergeIndexesCommand(List<org.apache.lucene.index.DirectoryReader> readers, SolrQueryRequest req) 
 
- 
 - 
Method Detail- 
namepublic String name() - Specified by:
- namein class- UpdateCommand
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- UpdateCommand
 
 
- 
 
-