Uses of Class
com.google.cloud.firestore.VectorQueryOptions.Builder
Packages that use VectorQueryOptions.Builder
-
Uses of VectorQueryOptions.Builder in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return VectorQueryOptions.BuilderModifier and TypeMethodDescriptionstatic VectorQueryOptions.BuilderVectorQueryOptions.newBuilder()VectorQueryOptions.Builder.setDistanceResultField(FieldPath fieldPath) Specifies the name of the field that will be set on each returned DocumentSnapshot, which will contain the computed distance for the document.VectorQueryOptions.Builder.setDistanceResultField(String fieldPath) Specifies the name of the field that will be set on each returned DocumentSnapshot, which will contain the computed distance for the document.VectorQueryOptions.Builder.setDistanceThreshold(Double distanceThreshold) Specifies a threshold for which no less similar documents will be returned.