Class FunctionMatchQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.queries.function.FunctionMatchQuery

public final class FunctionMatchQuery extends Query
A query that retrieves all documents with a DoubleValues value matching a predicate

This query works by a linear scan of the index, and is best used in conjunction with other queries that can restrict the number of documents visited