[
https://issues.apache.org/jira/browse/SOLR-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626324#action_12626324
]
Brian Whitman commented on SOLR-733:
------------------------------------
We also had to do this to write a requesthandler that maintains original dates
on overwrite adds. But then I found this:
http://wiki.apache.org/solr/UpdateRequestProcessor - does the
updateRequestProcessor solve your problem?
> Refactor or expose methods processDelete(), processUpdate(), readDoc() in
> XmlUpdateRequestHandler
> --------------------------------------------------------------------------------------------------
>
> Key: SOLR-733
> URL: https://issues.apache.org/jira/browse/SOLR-733
> Project: Solr
> Issue Type: Wish
> Affects Versions: 1.3
> Reporter: Aaron Whittier
> Priority: Minor
> Fix For: 1.3
>
>
> We are extending the functionality of XmlUpdateRequestHandler in our
> application with a couple simple changes, but because the processDelete(),
> processUpdate(), readDoc() are package-private, we've had to copy most of
> XmlUpdateRequestHandler, whether we changed any parts or not. Can those be
> made more pluggable?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.