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
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
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