[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to