Java org.apache.lucene.document SortedNumericDocValuesField fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.document SortedNumericDocValuesField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.document SortedNumericDocValuesField.

The text is from its open source code.

Constructor

SortedNumericDocValuesField(String name, long value)
Creates a new DocValues field with the specified 64-bit long value

Method

QuerynewSlowRangeQuery(String field, long lowerValue, long upperValue)
Create a range query that matches all documents whose value is between lowerValue and upperValue included.