Companion

object Companion

Properties

Link copied to clipboard

Type for numeric DocValues.

Functions

Link copied to clipboard

Creates a new NumericDocValuesField with the specified 64-bit long value that also creates a skip index.

Link copied to clipboard
fun newSlowExactQuery(field: String, value: Long): Query

Create a query for matching an exact long value.

Link copied to clipboard
fun newSlowRangeQuery(field: String, lowerValue: Long, upperValue: Long): Query

Create a range query that matches all documents whose value is between lowerValue and upperValue included.

Link copied to clipboard
fun newSlowSetQuery(field: String, vararg values: Long): Query

Create a query matching any of the specified values.