Class Property


  • public class Property
    extends Object
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object