LUCENE-1665: deprecate SortField.AUTO

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@781028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-06-02 13:10:12 +00:00
parent 0939711748
commit 9f2fdb26bf
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@ API Changes
to pick a good default FSDirectory implementation given the OS.
(Michael McCandless, Uwe Schindler)
16. LUCENE-1665: Deprecate SortField.AUTO, to be removed in 3.0.
Instead, when sorting by field, the application should explicitly
state the type of the field. (Mike McCandless)
Bug fixes
1. LUCENE-1415: MultiPhraseQuery has incorrect hashCode() and equals()