mirror of https://github.com/apache/lucene.git
Corrected typo for SOLR-2438
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1330327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f123ea6f6
commit
e80c56d227
|
@ -207,7 +207,7 @@ New Features
|
||||||
* SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing
|
* 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
|
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
|
"multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't
|
||||||
specify <fieldType="multiterm"> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
|
specify <analyzer type="multiterm"> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
|
||||||
|
|
||||||
* SOLR-2481: Add support for commitWithin in DataImportHandler (Sami Siren via yonik)
|
* SOLR-2481: Add support for commitWithin in DataImportHandler (Sami Siren via yonik)
|
||||||
|
|
||||||
|
@ -585,7 +585,7 @@ New Features
|
||||||
* SOLR-2438 added MultiTermAwareComponent to the various classes to allow automatic lowercasing
|
* 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
|
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
|
"multiterm" analyzer in our schema.xml, but Solr should "do the right thing" if you don't
|
||||||
specify <fieldType="multiterm"> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
|
specify <analyzer type="multiterm"> (Pete Sturge Erick Erickson, Mentoring from Seeley and Muir)
|
||||||
|
|
||||||
* SOLR-2919: Added support for localized range queries when the analysis chain uses
|
* SOLR-2919: Added support for localized range queries when the analysis chain uses
|
||||||
CollationKeyFilter or ICUCollationKeyFilter. (Michael Sokolov, rmuir)
|
CollationKeyFilter or ICUCollationKeyFilter. (Michael Sokolov, rmuir)
|
||||||
|
|
Loading…
Reference in New Issue