Delete a document by docid.
Other side effects: none.
Relevant properties: doc.delete.log.step , doc.delete.step.
If no docid param is supplied, deletes doc with id = last-deleted-doc + doc.delete.step.
Takes optional param: document id.
Field Summary
final public static int
DEFAULT_DELETE_DOC_LOG_STEP Default value for property doc.delete.log.step - indicating how often
an "deleted N docs" message should be logged.
final public static int
DEFAULT_DOC_DELETE_STEP Gap between ids of deleted docs, applies when no docid param is provided.