You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2007/08/10 17:55:42 UTC

svn commit: r564638 - /lucene/solr/trunk/CHANGES.txt

Author: yonik
Date: Fri Aug 10 08:55:42 2007
New Revision: 564638

URL: http://svn.apache.org/viewvc?view=rev&rev=564638
Log:
SOLR-331: fix WordDelimiterFilter offsets for synonyms

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?view=diff&rev=564638&r1=564637&r2=564638
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Aug 10 08:55:42 2007
@@ -139,6 +139,9 @@
  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