mirror of https://github.com/apache/lucene.git
SOLR-244 - adding SOLR-244, adding ModifiableSolrParams required for SOLR-20 (nice for testing)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c8dcba5d9
commit
359f7a31c3
|
@ -45,6 +45,10 @@ New Features
|
||||||
outside of the lucene Document infrastructure. This class will be used
|
outside of the lucene Document infrastructure. This class will be used
|
||||||
by clients and for processing documents. (ryan)
|
by clients and for processing documents. (ryan)
|
||||||
|
|
||||||
|
5. SOLR-244: Added ModifiableSolrParams - a SolrParams implementation that
|
||||||
|
help you change values after initialization. (ryan)
|
||||||
|
|
||||||
|
|
||||||
Changes in runtime behavior
|
Changes in runtime behavior
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
Loading…
Reference in New Issue