Package io.dingodb.common
Interface Common.SearchHNSWParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.SearchHNSWParam,Common.SearchHNSWParam.Builder
- Enclosing class:
- Common
public static interface Common.SearchHNSWParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintRange traversed in the graph when searching for node neighbors Optional parameters Default 64 Optional parametersMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEfSearch
int getEfSearch()Range traversed in the graph when searching for node neighbors Optional parameters Default 64 Optional parameters
int32 efSearch = 1;- Returns:
- The efSearch.
-