LUCENE-1929: Merge missing changes entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-26 22:17:51 +00:00
parent 54041dfbaa
commit e4fdf4856e
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ Bug fixes
* LUCENE-1953: FastVectorHighlighter: small fragCharSize can cause
StringIndexOutOfBoundsException. (Koji Sekiguchi)
* LUCENE-1929: Highlighter throws exception on NumericRangeQuery.
(Mark Miller)
* LUCENE-2001: Wordnet Syns2Index incorrectly parses synonyms that
contain a single quote. (Parag H. Dave via Robert Muir)