Re: problems with SpellCheckComponent

2008-07-08 Thread Norberto Meijome
On Tue, 8 Jul 2008 21:10:51 +0530 "Shalin Shekhar Mangar" <[EMAIL PROTECTED]> wrote: > Also note that you'll need to specify spellcheck.build=true only on the > first request when it will build the spell check index. The subsequent > requests need not have spellcheck.build=true. as a matter of fa

Re: problems with SpellCheckComponent

2008-07-08 Thread Shalin Shekhar Mangar
ssor.process(Http11AprProcessor.java: > 852) at > > org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(H > ttp11AprProtocol.java:584) at > org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508) at > java.lang.Thread.run(Unknown Source) &

RE: problems with SpellCheckComponent

2008-07-08 Thread r.nieto
hope this help you. If you need some kind of test don't doubt to tell me. Rober. -Mensaje original- De: Geoffrey Young [mailto:[EMAIL PROTECTED] Enviado el: martes, 08 de julio de 2008 16:58 Para: solr-user@lucene.apache.org Asunto: Re: problems with SpellCheckComponent Sha

Re: problems with SpellCheckComponent

2008-07-08 Thread Geoffrey Young
Shalin Shekhar Mangar wrote: Hi Geoff, I can't find anything in the code which would give this exception when both q and spellcheck.q is specified. Though, this exception is certainly possible when you restart solr. Anyways, I'll look into it more deeply. great, thanks. There are a few wa

Re: problems with SpellCheckComponent

2008-07-08 Thread Shalin Shekhar Mangar
Hi Geoff, I can't find anything in the code which would give this exception when both q and spellcheck.q is specified. Though, this exception is certainly possible when you restart solr. Anyways, I'll look into it more deeply. There are a few ways in which we can improve this component. For examp

Re: problems with SpellCheckComponent

2008-07-08 Thread Geoffrey Young
When I made: http://localhost:8080/solr/spellCheckCompRH?q=*:*&spellcheck.q=ruck&spellcheck=true I have this exception: Estado HTTP 500 - null java.lang.NullPointerException at org.apache.solr.handler.component.SpellCheckComponent.getTokens(SpellCheckComponent.java:217) I see this all the t

Re: problems with SpellCheckComponent

2008-07-08 Thread Shalin Shekhar Mangar
Hi Roberto, 1. Why do you have those asterisk characters in your schema field definition? 2. Did you do a spellcheck.build=true before issuing the first spell check request? Also, as per the latest docs on the wiki ( http://wiki.apache.org/solr/SpellCheckComponent ), the defaults section should b