SOLR-331: fix WordDelimiterFilter offsets for synonyms

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-08-10 15:55:42 +00:00
parent 1d70c0e51b
commit e238a4fa1f
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ Bug Fixes
6. SOLR-297: Fix bug in RequiredSolrParams where requiring a field
specific param would fail if a general default value had been supplied.
(hossman)
7. SOLR-331: Fix WordDelimiterFilter handling of offsets for synonyms or
other injected tokens that can break highlighting. (yonik)
Other Changes
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the