Package io.dingodb.sdk.common.index
Class VectorIndexParameter
java.lang.Object
io.dingodb.sdk.common.index.VectorIndexParameter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionVectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, BruteForceParam bruteForceParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, DiskAnnParam diskAnnParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, FlatParam flatParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, HnswParam hnswParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfFlatParam ivfFlatParam) VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfPqParam ivfPqParam) -
Method Summary
-
Constructor Details
-
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, FlatParam flatParam) -
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfFlatParam ivfFlatParam) -
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, IvfPqParam ivfPqParam) -
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, HnswParam hnswParam) -
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, DiskAnnParam diskAnnParam) -
VectorIndexParameter
public VectorIndexParameter(VectorIndexParameter.VectorIndexType vectorIndexType, BruteForceParam bruteForceParam)
-