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,

null pointer on FSTCompletionLookup

2014-06-04 Thread Will Milspec
Hi all, Someone posted this problem over a year ago but I did not see a clear resolution in the thread. Intermittently--i.e. for some searches, not others--the 'suggest/spellcheck' component throws a n NullPointerException (NPE) when a user executes a search. It fails on FSTCompletionLookup (li