From 472d52022f00774783a611aed9eba6f6b424ae1b Mon Sep 17 00:00:00 2001 From: Alexandre Rafalovitch Date: Sun, 1 Oct 2017 18:42:21 -0400 Subject: [PATCH] Fix my name spelling in the CHANGES file --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index aed0c227391..90ada021e79 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -469,7 +469,7 @@ New Features * SOLR-10406: v2 API error messages list the URL request path as /solr/____v2/... when the original path was /v2/... (Cao Manh Dat, noble) * SOLR-10574: New _default config set replacing basic_configs and data_driven_schema_configs. - (Ishan Chattopadhyaya, noble, shalin, hossman, David Smiley, janhoy, Alexandre Rafalovich) + (Ishan Chattopadhyaya, noble, shalin, hossman, David Smiley, janhoy, Alexandre Rafalovitch) * SOLR-10272: Use _default config set if no collection.configName is specified with CREATE (Ishan Chattopadhyaya) @@ -477,7 +477,7 @@ New Features to facilitate both search and faceting. AddSchemaFieldsUpdateProcessor now has the ability to add a "copyField" to the type mappings, with an optional maxChars limitation. You can also define one typeMappings as default. This also solves issues SOLR-8495, SOLR-6966, and SOLR-7058 - (janhoy, Steve Rowe, hossman, Alexandre Rafalovich, Shawn Heisey, Cao Manh Dat) + (janhoy, Steve Rowe, hossman, Alexandre Rafalovitch, Shawn Heisey, Cao Manh Dat) * SOLR-10123: Upgraded the Analytics Component to version 2.0 which now supports distributed collections, expressions over multivalued fields, a new JSON request language, and more. DocValues are now required for any field used in the analytics