You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/02/19 07:55:02 UTC

[jira] Updated: (SOLR-783) DIH - Better support for handling delta-imports per entity

     [ https://issues.apache.org/jira/browse/SOLR-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-783:
----------------------------

    Attachment: SOLR-783.patch

> DIH - Better support for handling delta-imports per entity
> ----------------------------------------------------------
>
>                 Key: SOLR-783
>                 URL: https://issues.apache.org/jira/browse/SOLR-783
>             Project: Solr
>          Issue Type: Wish
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>         Environment: Linux, OpenSolaris
>            Reporter: Jon Baer
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-783.patch
>
>
> Currently there is no way to perform a delta import per entity because ${dataimporter.last_index_time} really represents the entire delta-import for all entities and is only a single dataimport.properties file.
> A delta-import w/ dataimport?command=delta-import&entity=a and dataimport?command=delta-import&entity=b should result in:
> ${dataimporter.[name of entity].last_index_time}
> ${dataimporter.[name of entity].last_index_time}
> I do this now because I have a single multicore representing different docs coming from different entities.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.