Re: DIH scheduling

2012-10-17 Thread Erick Erickson
Not quite. That patch has been submitted, but not compiled into the code. In the meantime you can get by just by having whatever task scheduler you have access to submit the HTTP request for DIH whenever you need to, cron on *nix systems, I know Windows systems have something that might work as

Re: Re; DIH Scheduling

2011-09-12 Thread Pulkit Singhal
I don't see anywhere in: http://issues.apache.org/jira/browse/SOLR-2305 any statement that shows the code's inclusion was decided against when did this happen and what is needed from the community before someone with the powers to do so will actually commit this? 2011/6/24 Noble Paul നോബിള്‍

Re: Re; DIH Scheduling

2011-09-12 Thread Bill Bell
You can easily use cron with curl to do what you want to do. On 9/12/11 2:47 PM, Pulkit Singhal pulkitsing...@gmail.com wrote: I don't see anywhere in: http://issues.apache.org/jira/browse/SOLR-2305 any statement that shows the code's inclusion was decided against when did this happen and what

Re: Re; DIH Scheduling

2011-06-25 Thread William Bell
I am not a fan of code in a wiki page that is not tested. The purpose of JIRA is so that we apply patches, and get it committed. Let's try to move in that direction. Bill 2011/6/24 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com: On Thu, Jun 23, 2011 at 9:13 PM, simon mtnes...@gmail.com

Re: Re; DIH Scheduling

2011-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Jun 23, 2011 at 9:13 PM, simon mtnes...@gmail.com wrote: The Wiki page describes a design for a scheduler, which has not been committed to Solr yet (I checked). I did see a patch the other day (see https://issues.apache.org/jira/browse/SOLR-2305) but it didn't look well tested. I

Re; DIH Scheduling

2011-06-23 Thread simon
The Wiki page describes a design for a scheduler, which has not been committed to Solr yet (I checked). I did see a patch the other day (see https://issues.apache.org/jira/browse/SOLR-2305) but it didn't look well tested. I think that you're basically stuck with something like cron at this time.

Re: DIH Scheduling

2011-06-21 Thread Gora Mohanty
On Tue, Jun 21, 2011 at 10:41 PM, sabman sab...@gmail.com wrote: There is information http://wiki.apache.org/solr/DataImportHandler#Scheduling here  about Scheduling but I don't understand how to use them. I am not a Java developer so maybe I am missing something obvious. [...] Depending on

Re: DIH Scheduling

2011-06-21 Thread sabman
Thanks. Using curl would be an option but ideally I want to implement it using this scheduler. I want to add Solr as part of another application package and send it to clients. So rather than asking them run a cron job it would be easier to have Solr configured to run the scheduler. -- View this