mirror of https://github.com/apache/lucene.git
Contrib level CHANGES.txt. I forgot to add this some time ago.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@688370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0d2a151ca
commit
9fe7a35378
|
@ -0,0 +1,36 @@
|
|||
Lucene contrib change Log
|
||||
|
||||
======================= Trunk (not yet released) =======================
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
(None)
|
||||
|
||||
API Changes
|
||||
|
||||
(None)
|
||||
|
||||
Bug fixes
|
||||
|
||||
1. LUCENE-1312: Added full support for InstantiatedIndexReader#getFieldNames()
|
||||
and tests that assert that deleted documents behaves as they should (they did).
|
||||
(Jason Rutherglen, Karl Wettin)
|
||||
|
||||
2. LUCENE-1318: InstantiatedIndexReader.norms(String, b[], int) didn't treat
|
||||
the array offset right. (Jason Rutherglen via Karl Wettin)
|
||||
|
||||
New features
|
||||
|
||||
1. LUCENE-1320: ShingleMatrixFilter, multidimensional shingle token filter. (Karl Wettin)
|
||||
|
||||
Documentation
|
||||
|
||||
(None)
|
||||
|
||||
Build
|
||||
|
||||
(None)
|
||||
|
||||
Test Cases
|
||||
|
||||
(None)
|
Loading…
Reference in New Issue