Class LiteralValueSource

java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.LiteralValueSource

public class LiteralValueSource extends ValueSource
Pass a the field value through as a String, no matter the type // Q: doesn't this mean it's a "string"?
  • Field Details

    • string

      protected final String string
    • bytesRef

      protected final BytesRef bytesRef
    • hash

      public static final int hash
  • Constructor Details

    • LiteralValueSource

      public LiteralValueSource(String string)
  • Method Details