Re: Spell-Check Component Functionality

2010-11-27 Thread Anurag
> > >> at > >> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > > >> at > >> > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > > >> at > >>

Re: Spell-Check Component Functionality

2010-11-22 Thread Grant Ingersoll
ache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >>> at >>> >>> >>> What is the error mean ... ?

Re: Spell-Check Component Functionality

2010-11-21 Thread Shanmugavel SRD
/Spell-Check-Component-Functionality-tp1923954p1944011.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell-Check Component Functionality

2010-11-21 Thread rajini maski
ma I have attached in the mail below FYI..Please >> let me know if anyone know why is this error.. >> >> Awaiting reply >> Rajani Maski >> >> >> On Thu, Nov 18, 2010 at 8:09 PM, Peter Karich wrote: >> >>> Hi Rajani, >>> >>> some

Re: Spell-Check Component Functionality

2010-11-18 Thread Shanmugavel SRD
Did you configure below one in your default request handler? spellcheck -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-Check-Component-Functionality-tp1923954p1929124.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell-Check Component Functionality

2010-11-18 Thread rajini maski
ki > > > On Thu, Nov 18, 2010 at 8:09 PM, Peter Karich wrote: > >> Hi Rajani, >> >> some notes: >> * try spellcheck.q=curst or completely without spellcheck.q but with q >> * compared to the normal q parameter spellcheck.q can have a different >> anal

Re: Spell-Check Component Functionality

2010-11-18 Thread rajini maski
o spellcheck.build=true for every request (creating the > spellcheck index can be very expensive) > * if you got spellcheck working embed the spellcheck component into your > normal query component. otherwise you need to query 2 times ... > > Regards, > Peter. > > &

Re: Spell-Check Component Functionality

2010-11-18 Thread Peter Karich
can be very expensive) * if you got spellcheck working embed the spellcheck component into your normal query component. otherwise you need to query 2 times ... Regards, Peter. All, I am trying apply the Solr spell check component functionality to our data. The configuration set up I

Spell-Check Component Functionality

2010-11-18 Thread rajini maski
All, I am trying apply the Solr spell check component functionality to our data. The configuration set up I needed to make for it by updating config.xml and schema.xml is done as follows.. Please let me know if any errors in it. I am not getting any suggestions in suggestion tags of solr