Uses of Class
technology.semi.weaviate.client.v1.misc.model.InvertedIndexConfig
-
Packages that use InvertedIndexConfig Package Description technology.semi.weaviate.client.v1.misc.model technology.semi.weaviate.client.v1.schema.model -
-
Uses of InvertedIndexConfig in technology.semi.weaviate.client.v1.misc.model
Methods in technology.semi.weaviate.client.v1.misc.model that return InvertedIndexConfig Modifier and Type Method Description InvertedIndexConfigInvertedIndexConfig.InvertedIndexConfigBuilder. build() -
Uses of InvertedIndexConfig in technology.semi.weaviate.client.v1.schema.model
Methods in technology.semi.weaviate.client.v1.schema.model that return InvertedIndexConfig Modifier and Type Method Description InvertedIndexConfigWeaviateClass. getInvertedIndexConfig()Methods in technology.semi.weaviate.client.v1.schema.model with parameters of type InvertedIndexConfig Modifier and Type Method Description WeaviateClass.WeaviateClassBuilderWeaviateClass.WeaviateClassBuilder. invertedIndexConfig(InvertedIndexConfig invertedIndexConfig)
-