FindNearestStage

class FindNearestStage : Stage


Performs a vector similarity search, ordering the result set by most similar to least similar, and returning the first N documents in the result set.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Inherited functions

From com.google.firebase.firestore.pipeline.Stage
FindNearestStage
FindNearestStage
withOption(key: String, value: Boolean)

Specify named Boolean parameter

FindNearestStage
withOption(key: String, value: Double)

Specify named Double parameter

FindNearestStage
withOption(key: String, value: Field)

Specify named Field parameter

FindNearestStage
withOption(key: String, value: Long)

Specify named Long parameter

FindNearestStage
withOption(key: String, value: String)

Specify named String parameter

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int