Class Property
- java.lang.Object
-
- io.weaviate.client.v1.schema.model.Property
-
public class Property extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProperty.PropertyBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Property.PropertyBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getDataType()StringgetDescription()BooleangetIndexFilterable()BooleangetIndexInverted()Deprecated.BooleangetIndexSearchable()ObjectgetModuleConfig()StringgetName()StringgetTokenization()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Property.PropertyBuilder builder()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getTokenization
public String getTokenization()
-
getIndexInverted
@Deprecated public Boolean getIndexInverted()
Deprecated.As of Weaviate v1.19 'indexInverted' is deprecated and replaced by 'indexFilterable' and 'indexSearchable'.
See inverted index
-
getIndexFilterable
public Boolean getIndexFilterable()
-
getIndexSearchable
public Boolean getIndexSearchable()
-
getModuleConfig
public Object getModuleConfig()
-
canEqual
protected boolean canEqual(Object other)
-
-