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/10/06 09:44:56 UTC

svn commit: r822157 - /lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt

Author: noble
Date: Tue Oct  6 07:44:56 2009
New Revision: 822157

URL: http://svn.apache.org/viewvc?rev=822157&view=rev
Log:
this should be a new feature not an optimization

Modified:
    lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt

Modified: lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt?rev=822157&r1=822156&r2=822157&view=diff
==============================================================================
--- lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt (original)
+++ lucene/solr/trunk/contrib/dataimporthandler/CHANGES.txt Tue Oct  6 07:44:56 2009
@@ -161,6 +161,8 @@
 
 38.SOLR-1406: Make FileDataSource and FileListEntityProcessor to be more extensible (Luke Forehand, shalin)
 
+39.SOLR-1437 : XPathEntityProcessor can deal with xpath syntaxes such as //tagname , /root//tagname (Fergus McMenemie via noble)
+
 Optimizations
 ----------------------
 1. SOLR-846:  Reduce memory consumption during delta import by removing keys when used
@@ -178,7 +180,6 @@
 5. SOLR-1465: Replaced string concatenations with StringBuilder append calls in XPathRecordReader.
               (Mark Miller, shalin)
 
-6.SOLR-1437 : XPathEntityProcessor can deal with xpath syntaxes such as //tagname , /root//tagname (Fergus McMenemie via noble)
 
 Bug Fixes
 ----------------------