mirror of https://github.com/apache/lucene.git
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:
parent
0939711748
commit
9f2fdb26bf
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue