You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alexandre Rafalovitch (Jira)" <ji...@apache.org> on 2020/08/29 18:27:00 UTC

[jira] [Resolved] (SOLR-1251) Add quartz-like scheduling capability to DIH

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

Alexandre Rafalovitch resolved SOLR-1251.
-----------------------------------------
    Resolution: Won't Fix

> Add quartz-like scheduling capability to DIH
> --------------------------------------------
>
>                 Key: SOLR-1251
>                 URL: https://issues.apache.org/jira/browse/SOLR-1251
>             Project: Solr
>          Issue Type: New Feature
>          Components: contrib - DataImportHandler
>            Reporter: Jay Hill
>            Priority: Minor
>
> Add capability to schedule in a cron-like way DIH imports. I'm thinking mostly for delta imports, but could be configurable for full imports as well. Ideally something where you could set a cron expression in the DIH configuration:
>    <requestHandler name="/indexer/someContent" class="org.apache.solr.handler.dataimport.DataImportHandler">
>     <lst name="defaults">
>         <str name="config">somecontent-config.xml</str>
>     </lst>
>     <lst name="invariants">
>       <str name="scheduleFullImport">0 15 10 15 * ?</str>
>       <str name="scheduleDeltaImport">0 0 12 * * ?</str>
>     </lst>
>   </requestHandler>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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