Interface BulkOperation.Remove

All Superinterfaces:
BulkOperation
All Known Subinterfaces:
BulkOperation.RemoveFirst
Enclosing interface:
BulkOperation

public static interface BulkOperation.Remove extends BulkOperation
Remove operation: delete documents matching the query().
Since:
5.1
Author:
Christoph Strobl
  • Method Details

    • query

      Query query()
      Returns the query that selects which documents to remove.
      Returns:
      the query.