Package io.weaviate.client.v1.misc.model
Class InvertedIndexConfig.InvertedIndexConfigBuilder
java.lang.Object
io.weaviate.client.v1.misc.model.InvertedIndexConfig.InvertedIndexConfigBuilder
- Enclosing class:
- InvertedIndexConfig
-
Method Summary
Modifier and TypeMethodDescriptionbm25(BM25Config bm25) build()cleanupIntervalSeconds(Integer cleanupIntervalSeconds) indexNullState(Boolean indexNullState) indexPropertyLength(Boolean indexPropertyLength) indexTimestamps(Boolean indexTimestamps) stopwords(StopwordConfig stopwords) toString()
-
Method Details
-
bm25
- Returns:
this.
-
stopwords
- Returns:
this.
-
cleanupIntervalSeconds
public InvertedIndexConfig.InvertedIndexConfigBuilder cleanupIntervalSeconds(Integer cleanupIntervalSeconds) - Returns:
this.
-
indexTimestamps
- Returns:
this.
-
indexNullState
- Returns:
this.
-
indexPropertyLength
public InvertedIndexConfig.InvertedIndexConfigBuilder indexPropertyLength(Boolean indexPropertyLength) - Returns:
this.
-
build
-
toString
-