Re: shards.tolerant throwing null pointer exception when spellcheck is on

2013-10-23 Thread shamik
Thanks for the information. I think its good to have this issue fixed, specially for cases where the spellcheck feature is on. I'll check out at the source code and take a look, even a quick suppressing of the null pointer exception might make a difference. -- View this message in context: http

Re: shards.tolerant throwing null pointer exception when spellcheck is on

2013-10-22 Thread Shalin Shekhar Mangar
This is a known bug. See https://issues.apache.org/jira/browse/SOLR-5204 Patches welcome. On Wed, Oct 23, 2013 at 8:27 AM, Shamik Bandopadhyay wrote: > Hi, > .96 > I'm trying to simulate a fault tolerance test where a shard and its > replica(s) goes. down, leaving other shard(s) running. To

shards.tolerant throwing null pointer exception when spellcheck is on

2013-10-22 Thread Shamik Bandopadhyay
Hi, .96 I'm trying to simulate a fault tolerance test where a shard and its replica(s) goes. down, leaving other shard(s) running. To test it, I added true in my request handler under defaults section. This is to make sure that the condition is added to each query running against this request ha