git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1385051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-15 12:41:12 +00:00
parent 2cef8b7825
commit 4396168c3e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.apache.lucene.index.AtomicReaderContext;
* going to be collected in doc Id order or not.
*
* <p><b>NOTE</b>: The values {@link Float#NaN} and
* {Float#NEGATIVE_INFINITY} are not valid scores. This
* {@link Float#NEGATIVE_INFINITY} are not valid scores. This
* collector will not properly collect hits with such
* scores.
*/