Package io.weaviate.client.v1.misc.model
Class InvertedIndexConfig
- java.lang.Object
-
- io.weaviate.client.v1.misc.model.InvertedIndexConfig
-
public class InvertedIndexConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvertedIndexConfig.InvertedIndexConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvertedIndexConfig.InvertedIndexConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BM25ConfiggetBm25()IntegergetCleanupIntervalSeconds()BooleangetIndexNullState()BooleangetIndexPropertyLength()BooleangetIndexTimestamps()StopwordConfiggetStopwords()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static InvertedIndexConfig.InvertedIndexConfigBuilder builder()
-
getBm25
public BM25Config getBm25()
-
getStopwords
public StopwordConfig getStopwords()
-
getCleanupIntervalSeconds
public Integer getCleanupIntervalSeconds()
-
getIndexTimestamps
public Boolean getIndexTimestamps()
-
getIndexNullState
public Boolean getIndexNullState()
-
getIndexPropertyLength
public Boolean getIndexPropertyLength()
-
canEqual
protected boolean canEqual(Object other)
-
-