mirror of https://github.com/apache/lucene.git
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:
parent
c94c1c5a64
commit
516f1a6195
|
@ -189,14 +189,11 @@ New Features
|
||||||
* SOLR-2134 Trie* fields should support sortMissingLast=true, and deprecate Sortable* Field Types
|
* SOLR-2134 Trie* fields should support sortMissingLast=true, and deprecate Sortable* Field Types
|
||||||
(Ryan McKinley, Mike McCandless, Uwe Schindler, Erick Erickson)
|
(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
|
* SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing
|
||||||
that should transform multiterm queries in various ways, and use this as the criteria for
|
for multiterm queries (wildcards, regex, prefix, range, etc). You can now optionally specify a
|
||||||
adding them to the multiterm analyzer that is constructed if not specified in the
|
"multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't
|
||||||
<fieldType>
|
<fieldType> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
|
||||||
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
Loading…
Reference in New Issue