
com.aerospike.vector.client.proto.HnswSearchParamsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;
public interface HnswSearchParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.HnswSearchParams)
com.google.protobuf.MessageOrBuilder {
/**
*
* The default number of candidate nearest neighbors shortlisted during search.
* Larger values provide better recall at the cost of longer search times.
* The default is value set in HnswParams for the index.
*
*
* optional uint32 ef = 1;
* @return Whether the ef field is set.
*/
boolean hasEf();
/**
*
* The default number of candidate nearest neighbors shortlisted during search.
* Larger values provide better recall at the cost of longer search times.
* The default is value set in HnswParams for the index.
*
*
* optional uint32 ef = 1;
* @return The ef.
*/
int getEf();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy