Not sure what options DiH has in terms of controlling params - but at the least 
you could add an update proc that added a commitWithin param. commitWithin is a 
soft commit on Solr 4. 

You could also use autoSoftCommit and set it to n seconds. 

Sent from my iPhone

On Aug 9, 2012, at 6:02 AM, "giovanni.bricc...@banzai.it" 
<giovanni.bricc...@banzai.it> wrote:

> I would like to understand if  near realtime search is applicable to my 
> configuration, or if I should change the way I load data.
> 
> Currently my application uses data import handler to load new documents every 
> 15 minutes. This is acceptable, but  it would be interesting to bring online 
> some changes within a minute.
> 
> Is it possible to configure the DIH to run in soft commit mode? if not, is it 
> possible to use the update handler to made changes with soft commit and still 
> use the dih to load other changes and commit modifications?
> 
> I have a replica of this core, soft commited data gets replicated too or 
> should I send soft updates to both the servers?
> 
> I have just updated to solr4 alpha.
> 
> thanks
> 
> 
> Giovanni

Reply via email to