mirror of https://github.com/apache/lucene.git
LUCENE-5666: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5666@1594615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b99d81ce78
commit
681c61be50
|
@ -32,7 +32,7 @@ import org.apache.lucene.util.BytesRef;
|
|||
import org.apache.lucene.util.NumericUtils;
|
||||
|
||||
/**
|
||||
* A range filter built on top of an uninverted single term field
|
||||
* A range filter built on top of numeric doc values field
|
||||
* (from {@link AtomicReader#getNumericDocValues(String)}).
|
||||
*
|
||||
* <p>{@code DocValuesRangeFilter} builds a single cache for the field the first time it is used.
|
||||
|
|
Loading…
Reference in New Issue