IndexSettingsIndexProperties

data class IndexSettingsIndexProperties(val knn: Boolean? = null, val knnAlgoParamEfSearch: Int? = null, val refreshInterval: String? = null)

Index settings.

Constructors

Link copied to clipboard
constructor(knn: Boolean? = null, knnAlgoParamEfSearch: Int? = null, refreshInterval: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val knn: Boolean? = null

Enable/disable k-nearest neighbor search capability

Link copied to clipboard

Size of the dynamic list for the nearest neighbors

Link copied to clipboard
val refreshInterval: String? = null

How often to perform refresh operation (e.g. '1s', '5s')