Nearest

data class Nearest(val input: VectorInput, val mmr: Mmr? = null) : QueryInterface

A nearest search written in its long form, which is what carries mmr. The short form, a bare VectorInput, means the same thing without reranking.

Constructors

Link copied to clipboard
constructor(input: VectorInput, mmr: Mmr? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val mmr: Mmr?