[ https://issues.apache.org/jira/browse/SOLR-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fergus McMenemie updated SOLR-1437: ----------------------------------- Attachment: SOLR-1437.patch A first patch to XPathRecordReader.java. These changes pass "ant clean test" and my own test cases. The changes are all about adding or improving comments and JavaDoc. There are very minor code changes where method definitions are changed from single to multiple lines, to allow descriptions to be added against the method arguments. One bigger code change involves removal of the skiptag method and its replacement with some in-iine code in the one place it was called from. > DIH: Enhance XPathRecordReader to deal with //tagname and other improvments. > ---------------------------------------------------------------------------- > > Key: SOLR-1437 > URL: https://issues.apache.org/jira/browse/SOLR-1437 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Affects Versions: 1.4 > Reporter: Fergus McMenemie > Assignee: Noble Paul > Priority: Minor > Fix For: 1.5 > > Attachments: SOLR-1437.patch > > Original Estimate: 672h > Remaining Estimate: 672h > > As per > http://www.nabble.com/Re%3A-Extract-info-from-parent-node-during-data-import-%28redirect%3A%29-td25471162.html > it would be nice to be able to use expressions such as //tagname when > parsing XML documents. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.