Re: SpellCheckerRequestHandler & qt parameter

2008-06-27 Thread Geoffrey Young
I had null pointer exceptions left and right while composing this email... then I added spellcheck.build=true to one and they went away. do you need to rebuild the spelling index every time you alter (certain parts) of solrconfig.xml? it was very consistent as reported below, but after simpl

Re: SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Norberto Meijome
On Thu, 26 Jun 2008 16:25:46 -0500 (CDT) "Geoffrey Young" <[EMAIL PROTECTED]> wrote: > well *almost* - it works most excellently with q=$term but when I add > spellchecker.q=$term things implode: > > HTTP Status 500 - null java.lang.NullPointerException at > org.apache.solr.handler.component.Spel

Re: SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Geoffrey Young
Grant Ingersoll wrote: On Jun 26, 2008, at 5:25 PM, Geoffrey Young wrote: well *almost* - it works most excellently with q=$term but when I add spellchecker.q=$term things implode: HTTP Status 500 - null java.lang.NullPointerException at org .apache .solr .handler .component.SpellCheckCom

Re: SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Grant Ingersoll
On Jun 26, 2008, at 5:25 PM, Geoffrey Young wrote: well *almost* - it works most excellently with q=$term but when I add spellchecker.q=$term things implode: HTTP Status 500 - null java.lang.NullPointerException at org .apache .solr .handler .component.SpellCheckComponent.getTokens(SpellChec

Re: SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Norberto Meijome
On Thu, 26 Jun 2008 16:25:46 -0500 (CDT) "Geoffrey Young" <[EMAIL PROTECTED]> wrote: > > it seems like it ought to work as a component of your dismax handler. this > works for me: > [] ah i see now. cool. too bad about the crash. I don't know what the policy is for opening bugs in JIRA...

Re: SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Geoffrey Young
Norberto Meijome wrote: > Hi there, > > Short and sweet : > Is SCRH intended to honour qt= ? > > > longer... > I'm testing the newest SCRH ( SOLR-572), using last night's nightly build. > > I have defined a 'dismax' request handler which searches across a number of fields. When I use the SCRH in a

SpellCheckerRequestHandler & qt parameter

2008-06-26 Thread Norberto Meijome
Hi there, Short and sweet : Is SCRH intended to honour qt= ? longer... I'm testing the newest SCRH ( SOLR-572), using last night's nightly build. I have defined a 'dismax' request handler which searches across a number of fields. When I use the SCRH in a query, and I pass the qt=dismax param