public class CommitUpdateCommand extends UpdateCommand
Modifier and Type | Field and Description |
---|---|
boolean |
expungeDeletes |
int |
maxOptimizeSegments
During optimize, optimize down to <= this many segments.
|
boolean |
openSearcher |
boolean |
optimize |
boolean |
prepareCommit |
boolean |
softCommit |
boolean |
waitSearcher |
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, IGNORE_INDEXWRITER, PEER_SYNC, REPLAY, req, route, version
Constructor and Description |
---|
CommitUpdateCommand(SolrQueryRequest req,
boolean optimize) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
String |
toString() |
clone, getFlags, getReq, getRoute, getVersion, setFlags, setReq, setRoute, setVersion
public boolean optimize
public boolean openSearcher
public boolean waitSearcher
public boolean expungeDeletes
public boolean softCommit
public boolean prepareCommit
public int maxOptimizeSegments
IndexWriter.forceMerge(int)
public CommitUpdateCommand(SolrQueryRequest req, boolean optimize)
public String name()
name
in class UpdateCommand
public String toString()
toString
in class UpdateCommand
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.