DocumentMetadataConfiguration

Specifies the properties, such as relevance tuning and searchability, of an index field.

Types

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

Properties

Link copied to clipboard

The name of the index field.

Link copied to clipboard

Provides tuning parameters to determine how the field affects the search results.

Link copied to clipboard

Provides information about how the field is used during a search.

Link copied to clipboard

The data type of the index field.

Functions

Link copied to clipboard
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