Class BooleanIndexDefinition

java.lang.Object
com.yahoo.schema.document.BooleanIndexDefinition

public final class BooleanIndexDefinition extends Object
Encapsulates values required for predicate fields.
Author:
lesters
  • Field Details

    • DEFAULT_ARITY

      public static final int DEFAULT_ARITY
      See Also:
    • DEFAULT_UPPER_BOUND

      public static final long DEFAULT_UPPER_BOUND
      See Also:
    • DEFAULT_LOWER_BOUND

      public static final long DEFAULT_LOWER_BOUND
      See Also:
    • DEFAULT_DENSE_POSTING_LIST_THRESHOLD

      public static final double DEFAULT_DENSE_POSTING_LIST_THRESHOLD
      See Also:
  • Constructor Details

  • Method Details

    • getArity

      public int getArity()
    • hasArity

      public boolean hasArity()
    • getLowerBound

      public long getLowerBound()
    • hasLowerBound

      public boolean hasLowerBound()
    • getUpperBound

      public long getUpperBound()
    • hasUpperBound

      public boolean hasUpperBound()
    • getDensePostingListThreshold

      public double getDensePostingListThreshold()
    • hasDensePostingListThreshold

      public boolean hasDensePostingListThreshold()
    • toString

      public String toString()
      Overrides:
      toString in class Object