editing CHANGES.txt for SOLR-179

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-04-27 00:35:18 +00:00
parent 615e30f16e
commit 26b8cae1f8
1 changed files with 6 additions and 1 deletions

View File

@ -170,11 +170,16 @@ Changes in runtime behavior
a unique id if it is declared in the schema and allowDups=false.
(ryan via klaas)
17. SOLR-183: Exceptions with error code 400 are raised when
7. SOLR-183: Exceptions with error code 400 are raised when
numeric argument parsing fails. RequiredSolrParams class added
to facilitate checking for parameters that must be present.
(Ryan McKinley, J.J. Larrea via yonik)
8. SOLR-179: By default, solr will abort after any severe initalization
errors. This behavior can be disabled by setting:
<abortOnConfigurationError>false</abortOnConfigurationError>
in solrconfig.xml (ryan)
Optimizations
1. SOLR-114: HashDocSet specific implementations of union() and andNot()
for a 20x performance improvement for those set operations, and a new