From d581f631c4c6fa2febf61033da526bbd8eddb82d Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 27 Mar 2010 23:19:46 +0000 Subject: [PATCH] add CHANGES for SOLR-1706, as it fixed some bugs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928303 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ad2ff43ccbd..8354c608ab1 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -238,6 +238,9 @@ Bug Fixes * SOLR-1850: change KeepWordFilter so a new word set is not created for each instance (John Wang via yonik) +* SOLR-1706: fixed WordDelimiterFilter for certain combinations of options + where it would output incorrect tokens. (Robert Muir, Chris Male) + Other Changes ----------------------