Class 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 Detail

      • string

        protected final String string
      • bytesRef

        protected final BytesRef bytesRef
      • hash

        public static final int hash
    • Constructor Detail

      • LiteralValueSource

        public LiteralValueSource​(String string)