bq: For example, what if the leader could give a list of
queries/filters currently in the cache which could then be executed on
the replica?
How is the better than each replica firing off its own warming
queries for its caches etc? Each replica may well fire different
autowarm queries since there'
On 11/23/2013 4:20 AM, Shalin Shekhar Mangar wrote:
> As you said, loading caches from the caches of another server is not
> feasible but there is some merit in warming with the queries of the
> leader. For example, what if the leader could give a list of
> queries/filters currently in the cache wh
On Fri, Nov 22, 2013 at 6:57 PM, Erick Erickson wrote:
> bq: If a new SOLR server
>
> No. Apart from any ugly details about caches and internal
> doc IDs, you'd have to pull the caches over the wire to the
> new machine, and the caches could well be gigabytes in size.
> This is almost certainl
Wouldn't that be true means use cold searcher? It seems backwards to me...
Sent from my iPad
> On Nov 22, 2013, at 2:44 AM, ade-b wrote:
>
> Hi
>
> The definition of useColdSearcher config element in solrconfig.xml is
>
> "If a search request comes in and there is no current registered search
bq: By the term 'block', I assume SOLR returns a non 200
Pretty sure not. The query just waits around in the queue
in the server until the searcher is done warming, then the
search is executed and results returned.
bq: If a new SOLR server
No. Apart from any ugly details about caches and int