Class CoveringQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.sandbox.search.CoveringQuery
All Implemented Interfaces:
Accountable

public final class CoveringQuery extends Query implements Accountable
A Query that allows to have a configurable number or required matches per document. This is typically useful in order to build queries whose query terms must all appear in documents.
WARNING: This API is experimental and might change in incompatible ways in the next release.