Class Property

java.lang.Object
io.weaviate.client.v1.schema.model.Property

public class Property extends Object
  • Method Details

    • builder

      public static Property.PropertyBuilder builder()
    • getName

      public String getName()
    • getDataType

      public List<String> getDataType()
    • 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()
    • getIndexRangeFilters

      public Boolean getIndexRangeFilters()
    • getModuleConfig

      public Object getModuleConfig()
    • getNestedProperties

      public List<Property.NestedProperty> getNestedProperties()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object