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:
Michael McCandless 2014-05-14 15:42:56 +00:00
parent b99d81ce78
commit 681c61be50
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.NumericUtils; 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)}). * (from {@link AtomicReader#getNumericDocValues(String)}).
* *
* <p>{@code DocValuesRangeFilter} builds a single cache for the field the first time it is used. * <p>{@code DocValuesRangeFilter} builds a single cache for the field the first time it is used.