On Dec 5, 2009, at 12:56 PM, Peter 4U wrote:
Does anyone know of a way to tell an http SolrServer to reload its back-end index (mark cache as dirty) periodically?

Send a <commit/> to the HTTP SolrServer.

I have a scenario where an EmbeddedSolrServer is used for writing (for fast indexing), and an

CommonsHttpSolrServer for reading (for remote access).

I'm curious, now much faster is it in your situation?

        Erik

Reply via email to