You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2011/11/27 18:44:09 UTC

svn commit: r1206778 - /lucene/dev/trunk/solr/CHANGES.txt

Author: erick
Date: Sun Nov 27 17:44:08 2011
New Revision: 1206778

URL: http://svn.apache.org/viewvc?rev=1206778&view=rev
Log:
Updated SOLR-2438 description

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1206778&r1=1206777&r2=1206778&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sun Nov 27 17:44:08 2011
@@ -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
-  <fieldType>
+* 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
+  <fieldType> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
 
 
 Optimizations