Uses of Class
com.hazelcast.config.vector.VectorIndexConfig
Packages that use VectorIndexConfig
Package
Description
This package contains configuration classes for vector collection.
-
Uses of VectorIndexConfig in com.hazelcast.config.vector
Methods in com.hazelcast.config.vector that return VectorIndexConfigModifier and TypeMethodDescriptionVectorIndexConfig.setDimension
(int dimension) Sets the dimension of this vector index configuration.VectorIndexConfig.setEfConstruction
(int efConstruction) Sets the size of the dynamic list search to use during index time.VectorIndexConfig.setMaxDegree
(int maxDegree) Sets the maximum number of connections allowed per node.Sets the metric of this vector index configuration.Sets the name of the vector index.VectorIndexConfig.setUseDeduplication
(boolean useDeduplication) Enables or disables deduplication.Methods in com.hazelcast.config.vector that return types with arguments of type VectorIndexConfigModifier and TypeMethodDescriptionVectorCollectionConfig.getVectorIndexConfigs()
Retrieves the list of vector index configurations associated with this vector collection configuration.Methods in com.hazelcast.config.vector with parameters of type VectorIndexConfigModifier and TypeMethodDescriptionVectorCollectionConfig.addVectorIndexConfig
(VectorIndexConfig vectorIndexConfig) Adds a vector index configuration to this vector collection configuration.Method parameters in com.hazelcast.config.vector with type arguments of type VectorIndexConfigModifier and TypeMethodDescriptionvoid
VectorCollectionConfig.setVectorIndexConfigs
(List<VectorIndexConfig> vectorIndexConfigs) Sets the list ofVectorIndexConfig
instances for this vector collection configuration.Constructors in com.hazelcast.config.vector with parameters of type VectorIndexConfigModifierConstructorDescriptionVectorIndexConfig
(VectorIndexConfig config) Constructs a newVectorIndexConfig
instance by copying the values from the provided configuration.