Re: using deduplication with dataimporthandler

2008-11-17 Thread Shalin Shekhar Mangar
On Mon, Nov 17, 2008 at 5:18 PM, Marc Sturlese <[EMAIL PROTECTED]>wrote: > > Thank you so much. I have it sorted. > I am wondering now if there is any more stable way to use deduplication > than > adding to the solr source project this patch: > > https://issues.apache.org/jira/browse/SOLR-799?page

Re: using deduplication with dataimporthandler

2008-11-17 Thread Marc Sturlese
Marc Sturlese wrote: > > Thank you so much. I have it sorted. > I am wondering now if there is any more stable way to use deduplication > than adding to the solr source project this patch: > https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-

Re: using deduplication with dataimporthandler

2008-11-17 Thread Marc Sturlese
Thank you so much. I have it sorted. I am wondering now if there is any more stable way to use deduplication than adding to the solr source project this patch: https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel (SOLR-799.patch 2

Re: using deduplication with dataimporthandler

2008-11-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
Any update processor can be used with DIH . First of all you may register your dedupe update processor as you do now. You can either pass the update.processor is the request parameter pr you can keep the it in the 'defaults' of datataimport handler dedupe On Mon, Nov 17, 2008 at 2:48 PM, Marc S