RE: Embedded for write, HTTP for read - cache aging

2009-12-07 Thread Peter 4U
XML request, so I believe the performance of the EmbeddedSolr instance could be increased if it handled requests without any wrapping at all (NamedList). Thanks, Peter > From: erik.hatc...@gmail.com > To: solr-user@lucene.apache.org > Subject: Re: Embedded for write, HTTP f

Re: Embedded for write, HTTP for read - cache aging

2009-12-06 Thread Erik Hatcher
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 to the HTTP SolrServer. I have a scenario where an EmbeddedSolrServer is used for writing (for fast indexing), and an

Embedded for write, HTTP for read - cache aging

2009-12-05 Thread Peter 4U
Hello, Does anyone know of a way to tell an http SolrServer to reload its back-end index (mark cache as dirty) periodically? I have a scenario where an EmbeddedSolrServer is used for writing (for fast indexing), and an CommonsHttpSolrServer for reading (for remote access). If the ht