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 Summary
Fields Modifier and Type Field Description List<org.apache.lucene.index.DirectoryReader>
readers
-
Fields inherited from class org.apache.solr.update.UpdateCommand
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, IGNORE_INDEXWRITER, PEER_SYNC, REPLAY, req, route, version
-
-
Constructor Summary
Constructors Constructor Description MergeIndexesCommand(List<org.apache.lucene.index.DirectoryReader> readers, SolrQueryRequest req)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
String
toString()
-
Methods inherited from class org.apache.solr.update.UpdateCommand
clone, getFlags, getReq, getRoute, getTracer, getVersion, setFlags, setReq, setRoute, setVersion
-
-
-
-
Field Detail
-
readers
public List<org.apache.lucene.index.DirectoryReader> readers
-
-
Constructor Detail
-
MergeIndexesCommand
public MergeIndexesCommand(List<org.apache.lucene.index.DirectoryReader> readers, SolrQueryRequest req)
-
-
Method Detail
-
name
public String name()
- Specified by:
name
in classUpdateCommand
-
toString
public String toString()
- Overrides:
toString
in classUpdateCommand
-
-