You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by no...@apache.org on 2009/12/11 10:28:51 UTC

svn commit: r889542 - /lucene/solr/trunk/CHANGES.txt

Author: noble
Date: Fri Dec 11 09:28:51 2009
New Revision: 889542

URL: http://svn.apache.org/viewvc?rev=889542&view=rev
Log:
SOLR-1357 SolrInputDocument cannot process dynamic fields

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=889542&r1=889541&r2=889542&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Dec 11 09:28:51 2009
@@ -911,6 +911,8 @@
     Also, HighlightingUtils#getQueryScorer has been removed as it was deprecated and backcompat has been 
     broken with it anyway.  (Mark Miller)
 
+50. SOLR-1357 SolrInputDocument cannot process dynamic fields (Lars Grote via noble)
+
 Build
 ----------------------
  1. SOLR-776: Added in ability to sign artifacts via Ant for releases (gsingers)