Class InvertedIndexConfig
- java.lang.Object
-
- technology.semi.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()BM25ConfiggetBm25()IntegergetCleanupIntervalSeconds()BooleangetIndexTimestamps()StopwordConfiggetStopwords()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()
-
-