Re: Solr cloud hash range set to null after recovery from index corruption

2013-08-27 Thread Rikke Willer
where all replicas of a shard needs to be repaired) while still keeping the cloud available for search, would be? Thanks, Rikke On Aug 22, 2013, at 21:27 , Rikke Willer mailto:r...@dtic.dtu.dk>> wrote: Hi, I have a Solr cloud set up with 12 shards with 2 replicas each, divided on 6 se

Solr cloud hash range set to null after recovery from index corruption

2013-08-22 Thread Rikke Willer
Hi, I have a Solr cloud set up with 12 shards with 2 replicas each, divided on 6 servers (each server hosting 4 cores). Solr version is 4.3.1. Due to memory errors on one machine, 3 of its 4 indexes became corrupted. I unloaded the cores, repaired the indexes with the Lucene CheckIndex tool, an

performance of group.ngroups=true

2012-10-12 Thread Rikke Willer
Hi, I was wondering if there are any plans to work on this issue: https://issues.apache.org/jira/browse/SOLR-2963 ? And possibly any thoughts on how difficult it will be to resolve? Thanks, Rikke

Core reloading and searcher query warming in Solr 4.0

2011-09-01 Thread Rikke Willer
Hi, when reloading a core, it seems that the execution of firstSearcher and newSearcher events will happen after the new core takes over from the old. This will effectively stall querying until the caches on the new core are warmed (which can take quite a long time on large installations). Is t