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