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 we

DIH scheduling

2012-10-17 Thread Kiran J
Hi everyone, Does Solr have out of the box data import handler scheduling ? This link looks like I need to run an additional JAR. http://wiki.apache.org/solr/DataImportHandler?highlight=%28%28DataImportHandler%29%29#Scheduling I need to invoke the import from .Net environment, so I'd like to avo

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" 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 is needed from th

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-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 നോബിള്‍ नोब्ळ् : > On Thu, Jun 23, 2011 at 9:13 PM, simon wrote: >> The Wiki page describes a design

Re: Re; DIH Scheduling

2011-06-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Jun 23, 2011 at 9:13 PM, simon 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 think that you'r

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. I

Re: DIH Scheduling

2011-06-21 Thread sabman
message in context: http://lucene.472066.n3.nabble.com/DIH-Scheduling-tp3091764p3092985.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH Scheduling

2011-06-21 Thread Gora Mohanty
Depending on what operating system you are using, you could probably use curl, and the OS periodic-task scheduler, like UNIX cron, to achieve DIH scheduling, without programming in Java. Regards, Gora

DIH Scheduling

2011-06-21 Thread sabman
edule-data-imports-in-solr/6379306#6379306 here , it says Create classes ApplicationListener, HTTPPostScheduler and SolrDataImportProperties. Where do I create them and how do I add them to solr? -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-Scheduling-tp3091764p3091764.html