Class NormValueSource

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

public class NormValueSource extends ValueSource
Function that returns TFIDFSimilarity.decodeNormValue(long) for every document.

Note that the configured Similarity for the field must be a subclass of TFIDFSimilarity