From 516f1a6195993e945f4cc0f284a9bd344291f078 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Sun, 27 Nov 2011 17:44:08 +0000 Subject: [PATCH] Updated SOLR-2438 description git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206778 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 47ded3cbc2f..68d9bcae2da 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -189,14 +189,11 @@ New Features * SOLR-2134 Trie* fields should support sortMissingLast=true, and deprecate Sortable* Field Types (Ryan McKinley, Mike McCandless, Uwe Schindler, Erick Erickson) -* SOLR-2438: Case insensitive search for wildcard queries. Actually, the ability to specify - a complete analysis chain for multiterm queries. - (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) -* SOLR-2918 Improvement to SOLR-2438, added MultiTermAwareComponent to the various classes - that should transform multiterm queries in various ways, and use this as the criteria for - adding them to the multiterm analyzer that is constructed if not specified in the - +* SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing + for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a + "multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't + (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir) Optimizations