LUCENE-2616: move change comment to contrib

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-10-30 04:08:13 +00:00
parent 584d68f2e0
commit 096538ed82
2 changed files with 2 additions and 3 deletions

View File

@ -596,9 +596,6 @@ Bug fixes
can cause the same document to score to differently depending on
what segment it resides in. (yonik)
* LUCENE-2616: FastVectorHighlighter: out of alignment when the first value is
empty in multiValued field (Koji Sekiguchi)
* LUCENE-2627: Fixed bug in MMapDirectory chunking when a file is an
exact multiple of the chunk size. (Robert Muir)

View File

@ -132,6 +132,8 @@ Bug fixes
always the case. If the dictionary is unavailable, the filter will now throw
UnsupportedOperationException in the constructor. (Robert Muir)
* LUCENE-2616: FastVectorHighlighter: out of alignment when the first value is
empty in multiValued field (Koji Sekiguchi)
API Changes