mirror of https://github.com/apache/lucene.git
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:
parent
584d68f2e0
commit
096538ed82
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue