mirror of https://github.com/apache/lucene.git
don't point to deprecated method
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@821434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71e146deaa
commit
4a210f1b69
|
@ -118,7 +118,7 @@ public abstract class Searcher implements Searchable {
|
|||
*
|
||||
* <p>Applications should only use this if they need <i>all</i> of the
|
||||
* matching documents. The high-level search API ({@link
|
||||
* Searcher#search(Query)}) is usually more efficient, as it skips
|
||||
* Searcher#search(Query, int)}) is usually more efficient, as it skips
|
||||
* non-high-scoring hits.
|
||||
* <p>Note: The <code>score</code> passed to this method is a raw score.
|
||||
* In other words, the score will not necessarily be a float whose value is
|
||||
|
|
Loading…
Reference in New Issue