SOLR-227 adding changes.txt note

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-05-09 22:54:06 +00:00
parent 64f5f2acac
commit b47fc2cccc
1 changed files with 8 additions and 1 deletions

View File

@ -173,7 +173,14 @@ New Features
The example schema has a comment explaining how this can be used to
ignore any "unknown" fields.
(Will Johnson via hossman)
29. SOLR-227: If schema.xml defines multiple fieldTypes, fields, or
dynamicFields with the same name, a severe error will be logged rather
then quietly continuing. Depending on the <abortOnConfigurationError>
settings, this may halt the server. Likewise, if solrconfig.xml
defines multiple RequestHandlers with the same name it will also add
an error. (ryan)
Changes in runtime behavior
1. Highlighting using DisMax will only pick up terms from the main
user query, not boost or filter queries (klaas).