[ https://issues.apache.org/jira/browse/SOLR-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238798#comment-13238798 ]
Emmanuel Espina edited comment on SOLR-3246 at 3/26/12 8:42 PM: ---------------------------------------------------------------- Added some changes to let the user select the format of the output. In the patch there is only a XML writer, but others like the CSV can be added. was (Author: emmanuel.espina): Added some changes to let the user select the format of the output. In the patch there is only a XML writter, but others like the CSV can be added. > UpdateRequestProcessor to extract Solr XML from rich documents > -------------------------------------------------------------- > > Key: SOLR-3246 > URL: https://issues.apache.org/jira/browse/SOLR-3246 > Project: Solr > Issue Type: New Feature > Components: update > Reporter: Emmanuel Espina > Priority: Minor > Attachments: SOLR-3246.patch, SOLR-3246.patch > > > This would be an update request handler to save a file with the xml that > represents the document in an external directory. The original > idea behind this was to add it to the processing chain of the > ExtractingRequestHandler to store an already parsed version of the docs. This > storage of pre-parsed documents will make the re indexing of the entire index > faster (avoiding the Tika phase, and just sending the xml to the standard > update processor). > As a side effect, extracting the xml can make debugging of rich docs easier. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org