mirror of https://github.com/apache/lucene.git
fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89307c3795
commit
351562bfab
|
@ -20,6 +20,7 @@ package org.apache.lucene.search.function;
|
|||
import java.io.IOException;
|
||||
|
||||
import org.apache.lucene.index.IndexReader.AtomicReaderContext;
|
||||
import org.apache.lucene.index.IndexReader; // for javadocs
|
||||
import org.apache.lucene.search.Explanation;
|
||||
import org.apache.lucene.search.FieldCache; // for javadocs
|
||||
|
||||
|
@ -28,7 +29,7 @@ import org.apache.lucene.search.FieldCache; // for javadocs
|
|||
* {@link CustomScoreQuery#getCustomScoreProvider}, if you want
|
||||
* to modify the custom score calculation of a {@link CustomScoreQuery}.
|
||||
* <p>Since Lucene 2.9, queries operate on each segment of an index separately,
|
||||
* so the protected {@link #reader} field can be used to resolve doc IDs,
|
||||
* so the protected {@link #context} field can be used to resolve doc IDs,
|
||||
* as the supplied <code>doc</code> ID is per-segment and without knowledge
|
||||
* of the IndexReader you cannot access the document or {@link FieldCache}.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue