Package org.apache.lucene.queries
package org.apache.lucene.queries
-
ClassDescriptionBlendedTermQuery can be used to unify term statistics across one or more fields in the index.Deprecated.Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.A
Query
that only matches documents that are greater than or equal to a configured doc ID.AQuery
that only matches documents that are greater than the providedFieldDoc
.ASpanQuery
that matches no documents.