Re: null pointer on FSTCompletionLookup

2014-06-05 Thread Will Milspec
Update: this was a configuration error. In my haste/carelessness, instead of defining separate "spellcheck" and "suggest" components, I defined only "suggest". (More specifically I copied over the ch10 examples from "solr in action", but did not copy the "spellcheck" component." ) When solr com

Re: null pointer on FSTCompletionLookup

2014-06-04 Thread Will Milspec
Hi all, I know this probably seems like an uninteresting problem and smells, even to me, like a stupid/newbie mis-configuration [Yes. I am reading the excellent solr in action and trying my hand at applying the "suggestion examples"], but I looked a bit into this tonight, fired up the debugger,