mirror of https://github.com/apache/lucene.git
LUCENE-2579: fix oal.search package.html description of abstract methods
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1904003fac
commit
4b729f5617
|
@ -209,6 +209,11 @@ Optimizations
|
|||
efficient copying by sub-classes. Optimized copy is implemented for RAM and FS
|
||||
streams. (Shai Erera)
|
||||
|
||||
Documentation
|
||||
|
||||
* LUCENE-2579: Fix oal.search's package.html description of abstract
|
||||
methods. (Santiago M. Mola via Mike McCandless)
|
||||
|
||||
======================= Lucene 3.x (not yet released) =======================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
|
|
@ -345,8 +345,8 @@ org.apache.lucene.search.Searcher#search(Query,Filter,int)}.
|
|||
<p>The
|
||||
<a href="Scorer.html">Scorer</a>
|
||||
abstract class provides common scoring functionality for all Scorer implementations and
|
||||
is the heart of the Lucene scoring process. The Scorer defines the following abstract (they are not
|
||||
yet abstract, but will be in Lucene 3.0 and should be considered as such now) methods which
|
||||
is the heart of the Lucene scoring process. The Scorer defines the following abstract (some of them are not
|
||||
yet abstract, but will be in future versions and should be considered as such now) methods which
|
||||
must be implemented (some of them inherited from <a href="DocIdSetIterator.html">DocIdSetIterator</a> ):
|
||||
<ol>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue