Class MaxDocValueSource

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

public class MaxDocValueSource extends ValueSource
Returns the value of IndexReader.maxDoc() for every document. This is the number of documents including deletions.