correcting my inability to count from 2 to 3

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@562282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2007-08-02 23:01:46 +00:00
parent 0fd867732e
commit 19ca21a1dd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ API Changes
2. LUCENE-944: Remove deprecated methods setUseScorer14() and 2. LUCENE-944: Remove deprecated methods setUseScorer14() and
getUseScorer14() from BooleanQuery. (Paul Elschot via Michael Busch) getUseScorer14() from BooleanQuery. (Paul Elschot via Michael Busch)
5. LUCENE-963: Add setters to Field to allow for re-using a single 3. LUCENE-963: Add setters to Field to allow for re-using a single
Field instance during indexing. This is a sizable performance Field instance during indexing. This is a sizable performance
gain, especially for small documents. (Mike McCandless) gain, especially for small documents. (Mike McCandless)