Updated SOLR-2438 description

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2011-11-27 17:44:08 +00:00
parent c94c1c5a64
commit 516f1a6195
1 changed files with 4 additions and 7 deletions

View File

@ -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