mirror of https://github.com/apache/lucene.git
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:
parent
1d70c0e51b
commit
e238a4fa1f
|
@ -139,6 +139,9 @@ Bug Fixes
|
||||||
6. SOLR-297: Fix bug in RequiredSolrParams where requiring a field
|
6. SOLR-297: Fix bug in RequiredSolrParams where requiring a field
|
||||||
specific param would fail if a general default value had been supplied.
|
specific param would fail if a general default value had been supplied.
|
||||||
(hossman)
|
(hossman)
|
||||||
|
|
||||||
|
7. SOLR-331: Fix WordDelimiterFilter handling of offsets for synonyms or
|
||||||
|
other injected tokens that can break highlighting. (yonik)
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
|
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
|
||||||
|
|
Loading…
Reference in New Issue