You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2010/05/20 01:16:53 UTC

[jira] Created: (SOLR-1920) Need generic placemarker for DIH delta-import

Need generic placemarker for DIH delta-import
---------------------------------------------

                 Key: SOLR-1920
                 URL: https://issues.apache.org/jira/browse/SOLR-1920
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
            Reporter: Shawn Heisey
            Priority: Minor
             Fix For: 3.1


The dataimporthandler currently is only capable of saving the index timestamp for later use in delta-import commands.  It should be extended to allow any arbitrary data to be used as a placemarker for the next import.

It is possible to use externally supplied variables in data-config.xml and send values in via the URL that starts the import, but if the config can support it natively, that is better.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [jira] Created: (SOLR-1920) Need generic placemarker for DIH delta-import

Posted by Lance Norskog <go...@gmail.com>.
+1

SOLR-1499 allows you to search the Solr index and find the most recent
record you indexed, if you added a timestamp or unique id. It requires
a sorted search, though.

On Wed, May 19, 2010 at 4:16 PM, Shawn Heisey (JIRA) <ji...@apache.org> wrote:
> Need generic placemarker for DIH delta-import
> ---------------------------------------------
>
>                 Key: SOLR-1920
>                 URL: https://issues.apache.org/jira/browse/SOLR-1920
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Shawn Heisey
>            Priority: Minor
>             Fix For: 3.1
>
>
> The dataimporthandler currently is only capable of saving the index timestamp for later use in delta-import commands.  It should be extended to allow any arbitrary data to be used as a placemarker for the next import.
>
> It is possible to use externally supplied variables in data-config.xml and send values in via the URL that starts the import, but if the config can support it natively, that is better.
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>



-- 
Lance Norskog
goksron@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org