Class IndexConfig

  • All Implemented Interfaces:
    java.lang.Comparable<IndexConfig>

    @Beta
    public class IndexConfig
    extends java.lang.Object
    implements java.lang.Comparable<IndexConfig>
    • Method Detail

      • isDecideByType

        public boolean isDecideByType()
      • isEnabled

        public boolean isEnabled()
      • isnGram

        public boolean isnGram()
      • isFulltext

        public boolean isFulltext()
      • isPath

        public boolean isPath()
      • isIncludeInAllText

        public boolean isIncludeInAllText()
      • isStemmed

        public boolean isStemmed()
      • getLanguages

        public com.google.common.collect.ImmutableList<java.lang.String> getLanguages()
      • getIndexValueProcessors

        public com.google.common.collect.ImmutableList<IndexValueProcessor> getIndexValueProcessors()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(IndexConfig o)
        Specified by:
        compareTo in interface java.lang.Comparable<IndexConfig>