mirror of https://github.com/apache/lucene.git
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:
parent
615e30f16e
commit
26b8cae1f8
|
@ -170,11 +170,16 @@ Changes in runtime behavior
|
||||||
a unique id if it is declared in the schema and allowDups=false.
|
a unique id if it is declared in the schema and allowDups=false.
|
||||||
(ryan via klaas)
|
(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
|
numeric argument parsing fails. RequiredSolrParams class added
|
||||||
to facilitate checking for parameters that must be present.
|
to facilitate checking for parameters that must be present.
|
||||||
(Ryan McKinley, J.J. Larrea via yonik)
|
(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
|
Optimizations
|
||||||
1. SOLR-114: HashDocSet specific implementations of union() and andNot()
|
1. SOLR-114: HashDocSet specific implementations of union() and andNot()
|
||||||
for a 20x performance improvement for those set operations, and a new
|
for a 20x performance improvement for those set operations, and a new
|
||||||
|
|
Loading…
Reference in New Issue