Companion

object Companion

Properties

Link copied to clipboard

Type for sorted bytes DocValues

Functions

Link copied to clipboard

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

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

Create a query for matching an exact BytesRef value.

Link copied to clipboard
fun newSlowRangeQuery(field: String, lowerValue: BytesRef?, upperValue: BytesRef?, lowerInclusive: Boolean, upperInclusive: Boolean): Query

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

Link copied to clipboard

Create a query matching any of the specified values.