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:
Ryan McKinley 2007-06-14 16:36:34 +00:00
parent 9c8dcba5d9
commit 359f7a31c3
1 changed files with 4 additions and 0 deletions

View File

@ -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