Class Property.PropertyBuilder
java.lang.Object
io.weaviate.client.v1.schema.model.Property.PropertyBuilder
- Enclosing class:
- Property
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) indexFilterable(Boolean indexFilterable) indexInverted(Boolean indexInverted) Deprecated.indexRangeFilters(Boolean indexRangeFilters) indexSearchable(Boolean indexSearchable) moduleConfig(Object moduleConfig) nestedProperties(List<Property.NestedProperty> nestedProperties) tokenization(String tokenization) toString()
-
Method Details
-
name
- Returns:
this.
-
dataType
- Returns:
this.
-
description
- Returns:
this.
-
tokenization
- Returns:
this.
-
indexInverted
Deprecated.As of Weaviate v1.19 'indexInverted' is deprecated and replaced by 'indexFilterable' and 'indexSearchable'.
See inverted index- Returns:
this.
-
indexFilterable
- Returns:
this.
-
indexSearchable
- Returns:
this.
-
indexRangeFilters
- Returns:
this.
-
moduleConfig
- Returns:
this.
-
nestedProperties
- Returns:
this.
-
build
-
toString
-