Enum Class LuceneMinFactory.NumberType

java.lang.Object
java.lang.Enum<LuceneMinFactory.NumberType>
org.elasticsearch.compute.lucene.LuceneMinFactory.NumberType
All Implemented Interfaces:
Serializable, Comparable<LuceneMinFactory.NumberType>, Constable
Enclosing class:
LuceneMinFactory

public static enum LuceneMinFactory.NumberType extends Enum<LuceneMinFactory.NumberType>
  • Enum Constant Details

  • Method Details

    • values

      public static LuceneMinFactory.NumberType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LuceneMinFactory.NumberType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • multiValueMode

      public final org.apache.lucene.index.NumericDocValues multiValueMode(org.apache.lucene.index.SortedNumericDocValues sortedNumericDocValues)
    • fromPointValues

      public final long fromPointValues(org.apache.lucene.index.PointValues pointValues) throws IOException
      Throws:
      IOException
    • evaluate

      public final long evaluate(long value1, long value2)
    • buildResult

      Block buildResult(BlockFactory blockFactory, long result, int pageSize)
      Build the corresponding block
    • buildEmptyResult

      Block buildEmptyResult(BlockFactory blockFactory, int pageSize)
      Build the corresponding block