Overload List
Name | Description | |
---|---|---|
![]() | DeleteDocuments(Query) | Deletes the document(s) matching the provided query.
NOTE: if this method hits an OutOfMemoryError
you should immediately close the writer. See above for details. |
![]() | DeleteDocuments(array<Query>[]()[][]) | Deletes the document(s) matching any of the provided queries.
All deletes are flushed at the same time.
NOTE: if this method hits an OutOfMemoryError
you should immediately close the writer. See above for details. |
![]() | DeleteDocuments(Term) | Deletes the document(s) containing ![]() term |
![]() | DeleteDocuments(array<Term>[]()[][]) | Deletes the document(s) containing any of the
terms. All deletes are flushed at the same time.
NOTE: if this method hits an OutOfMemoryError
you should immediately close the writer. See above for details. |