public class DeleteUpdateCommand extends UpdateCommand
Modifier and Type | Field and Description |
---|---|
int |
commitWithin |
String |
id |
BytesRef |
indexedId |
String |
query |
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, IGNORE_INDEXWRITER, PEER_SYNC, REPLAY, req, route, version
Constructor and Description |
---|
DeleteUpdateCommand(SolrQueryRequest req) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getId() |
BytesRef |
getIndexedId()
Returns the indexed ID for this delete.
|
String |
getQuery() |
boolean |
isDeleteById() |
String |
name() |
void |
setId(String id) |
void |
setIndexedId(BytesRef indexedId) |
void |
setQuery(String query) |
String |
toString() |
clone, getFlags, getReq, getRoute, getVersion, setFlags, setReq, setRoute, setVersion
public String id
public String query
public BytesRef indexedId
public int commitWithin
public DeleteUpdateCommand(SolrQueryRequest req)
public String name()
name
in class UpdateCommand
public boolean isDeleteById()
public void clear()
public BytesRef getIndexedId()
public String getId()
public String getQuery()
public void setQuery(String query)
public void setIndexedId(BytesRef indexedId)
public void setId(String id)
public String toString()
toString
in class UpdateCommand
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.