Added changes entry for SOLR-2061

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1087723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-04-01 14:46:12 +00:00
parent 0c7a172d4f
commit 7175a8502b
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ Other Changes
* SOLR-2423: FieldType argument changed from String to Object
Conversion from SolrInputDocument > Object > Fieldable is now managed
by FieldType rather then DocumentBuilder. (ryan)
* SOLR-2061: Pull base tests out into a new Solr Test Framework module,
and publish binary, javadoc, and source test-framework jars.
(Drew Farris, Robert Muir, Steve Rowe)
Documentation