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 Type
    Method
    Description
    int
    Range traversed in the graph when searching for node neighbors Optional parameters Default 64 Optional parameters

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.