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"?