Package io.dingodb.common
Interface Common.SearchBinaryIvfFlatParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.SearchBinaryIvfFlatParam,Common.SearchBinaryIvfFlatParam.Builder
- Enclosing class:
- Common
public static interface Common.SearchBinaryIvfFlatParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintHow many buckets to query, the default is 80, and cannot exceed the size of ncentroids.intDefault 1, parallel between queries; 0, parallel in a single query.Methods 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
-
getNprobe
int getNprobe()How many buckets to query, the default is 80, and cannot exceed the size of ncentroids. Optional parameters
int32 nprobe = 1;- Returns:
- The nprobe.
-
getParallelOnQueries
int getParallelOnQueries()Default 1, parallel between queries; 0, parallel in a single query. Inter-query parallelism refers to a query in which a single query contains multiple vectors, and is parallelized between each vector query. If there is only a single vector, it can be queried in parallel across nprobe buckets. optional parameters
int32 parallel_on_queries = 2;- Returns:
- The parallelOnQueries.
-