Uses of Class
com.google.cloud.firestore.pipeline.stages.FindNearestOptions
Packages that use FindNearestOptions
-
Uses of FindNearestOptions in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type FindNearestOptionsModifier and TypeMethodDescriptionPipeline.findNearest(Expression property, double[] vector, FindNearest.DistanceMeasure distanceMeasure, FindNearestOptions options) Performs vector distance (similarity) search with given parameters to the stage inputs.Pipeline.findNearest(String fieldName, double[] vector, FindNearest.DistanceMeasure distanceMeasure, FindNearestOptions options) Performs vector distance (similarity) search with given parameters to the stage inputs. -
Uses of FindNearestOptions in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages that return FindNearestOptionsModifier and TypeMethodDescriptionFindNearestOptions.withDistanceField(Field distanceField) FindNearestOptions.withDistanceField(String distanceField) FindNearestOptions.withLimit(long limit) Constructors in com.google.cloud.firestore.pipeline.stages with parameters of type FindNearestOptionsModifierConstructorDescriptionFindNearest(Expression property, VectorValue vector, FindNearest.DistanceMeasure distanceMeasure, FindNearestOptions options)