Package com.google.cloud.firestore
Class VectorQueryOptions
java.lang.Object
com.google.cloud.firestore.VectorQueryOptions
Specifies the behavior of the
VectorQuery generated by a call to Query.findNearest(java.lang.String, double[], int, com.google.cloud.firestore.VectorQuery.DistanceMeasure).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this VectorQueryOptions is equal to the provided object.static VectorQueryOptions.BuildertoString()
-
Method Details
-
getDistanceResultField
-
getDistanceThreshold
-
newBuilder
-
equals
Returns true if this VectorQueryOptions is equal to the provided object. -
toString
-