Java org.apache.lucene.facet.range DoubleRange fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.range DoubleRange fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.range DoubleRange.

The text is from its open source code.

Constructor

Method

QuerygetQuery(Query fastMatchQuery, DoubleValuesSource valueSource)
Create a Query that matches documents in this range The query will check all documents that match the provided match query, or every document in the index if the match query is null.