mirror of https://github.com/apache/lucene.git
for LUCENE-1079, document the change under "API Changes".
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@603756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
adb9a5c594
commit
b67cbd7325
|
@ -79,6 +79,9 @@ API Changes
|
|||
10. LUCENE-1064: Changed TopDocs constructor to be public.
|
||||
(Shai Erera via Michael Busch)
|
||||
|
||||
11. LUCENE-1079: DocValues cleanup: constructor now has no params,
|
||||
and getInnerArray() now throws UnsupportedOperationException (Doron Cohen)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
||||
|
@ -182,7 +185,6 @@ Bug fixes
|
|||
25. LUCENE-1042: Remove throwing of IOException in getTermFreqVector(int, String, TermVectorMapper) to be consistent
|
||||
with other getTermFreqVector calls. Also removed the throwing of the other IOException in that method to be consistent. (Karl Wettin via Grant Ingersoll)
|
||||
|
||||
26. LUCENE-1079: DocValues cleanup: constructor & getInnerArray() (Doron Cohen)
|
||||
|
||||
New features
|
||||
|
||||
|
|
Loading…
Reference in New Issue