Re: SOLR 4.0 - DIH delta-import scheduler

2013-03-19 Thread Stefan Matheis
Jegan By DIH Scheduler you mean http://wiki.apache.org/solr/DataImportHandler#Scheduling ? If so, then it's not yet in. More details in the Ticket (which is as well linked from the Wiki-Page): https://issues.apache.org/jira/browse/SOLR-2305 Regarding your Question on the UI: the "Auto-Refresh"

SOLR 4.0 - DIH delta-import scheduler

2013-03-19 Thread Jegannathan Mehalingam
Is the DIH Scheduler available in SOLR 4.1 or in 4.2? I would like to know if we can schedule delta-import in SOLR 4.1 or 4.2. In SOLR 4.1 DIH console, I see a "Refresh Status" button and "Auto-Refresh Status" check box. Is this related to the delta-import scheduling? I couldn't find any docum

Re: Solr 4.0 DIH

2011-02-24 Thread Koji Sekiguchi
(11/02/22 6:58), Mark wrote: I download Solr 4.0 from trunk today and I tried using a custom Evaluator during my full/delta-importing. Within the evaluate method though, the Context is always null? When using this same class with Solr 1.4.1 the context always exists. Is this a bug or is this b

Solr 4.0 DIH

2011-02-21 Thread Mark
I download Solr 4.0 from trunk today and I tried using a custom Evaluator during my full/delta-importing. Within the evaluate method though, the Context is always null? When using this same class with Solr 1.4.1 the context always exists. Is this a bug or is this behavior expected? Thanks