IntOptions

Options for a 64-bit signed integer field. Present if IndexFieldType specifies the field is of type int. All options are enabled by default.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

Link copied to clipboard

Whether facet information can be returned for the field.

Link copied to clipboard

Whether the contents of the field can be returned in the search results.

Link copied to clipboard

Whether the contents of the field are searchable.

Link copied to clipboard

Whether the field can be used to sort the search results.

Link copied to clipboard

The name of the source field to map to the field.

Functions

Link copied to clipboard
inline fun copy(block: IntOptions.Builder.() -> Unit = {}): IntOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String