+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) <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Lance Norskog [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
