Package org.apache.solr.update
Class DeleteUpdateCommand
java.lang.Object
org.apache.solr.update.UpdateCommand
org.apache.solr.update.DeleteUpdateCommand
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionintorg.apache.lucene.util.BytesRefFields 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 -
Method Summary
Methods inherited from class org.apache.solr.update.UpdateCommand
clone, getFlags, getReq, getRoute, getVersion, setFlags, setRoute, setVersion
-
Field Details
-
id
-
query
-
indexedId
public org.apache.lucene.util.BytesRef indexedId -
commitWithin
public int commitWithin
-
-
Constructor Details
-
DeleteUpdateCommand
-
-
Method Details
-
name
- Specified by:
namein classUpdateCommand
-
isDeleteById
public boolean isDeleteById() -
clear
public void clear() -
getIndexedId
public org.apache.lucene.util.BytesRef getIndexedId()Returns the indexed ID for this delete. The returned BytesRef is retained across multiple calls, and should not be modified. -
getId
-
getQuery
-
setQuery
-
setIndexedId
public void setIndexedId(org.apache.lucene.util.BytesRef indexedId) -
setId
-
toString
- Overrides:
toStringin classUpdateCommand
-