Class VectorIndexConfig
- java.lang.Object
-
- technology.semi.weaviate.client.v1.misc.model.VectorIndexConfig
-
public class VectorIndexConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorIndexConfig.VectorIndexConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VectorIndexConfig.VectorIndexConfigBuilderbuilder()IntegergetCleanupIntervalSeconds()IntegergetDynamicEfFactor()IntegergetDynamicEfMax()IntegergetDynamicEfMin()IntegergetEf()IntegergetEfConstruction()IntegergetFlatSearchCutoff()IntegergetMaxConnections()BooleangetSkip()LonggetVectorCacheMaxObjects()StringtoString()
-
-
-
Method Detail
-
builder
public static VectorIndexConfig.VectorIndexConfigBuilder builder()
-
getCleanupIntervalSeconds
public Integer getCleanupIntervalSeconds()
-
getEfConstruction
public Integer getEfConstruction()
-
getMaxConnections
public Integer getMaxConnections()
-
getVectorCacheMaxObjects
public Long getVectorCacheMaxObjects()
-
getEf
public Integer getEf()
-
getSkip
public Boolean getSkip()
-
getDynamicEfFactor
public Integer getDynamicEfFactor()
-
getDynamicEfMax
public Integer getDynamicEfMax()
-
getDynamicEfMin
public Integer getDynamicEfMin()
-
getFlatSearchCutoff
public Integer getFlatSearchCutoff()
-
-