RE: Spell check component does not return any suggestions

2013-04-04 Thread Dyer, James
solr-user@lucene.apache.org Subject: Re: Spell check component does not return any suggestions I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has been found. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any

Re: Spell check component does not return any suggestions

2013-04-04 Thread vsl
I tried to add spellcheck.alternativeTermCount=5 but still no suggestion has been found. -- View this message in context: http://lucene.472066.n3.nabble.com/Spell-check-component-does-not-return-any-suggestions-tp4053757p4053772.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Spell check component does not return any suggestions

2013-04-04 Thread Eoghan Ó Carragáin
Hi, I think you need to use the alternativeTermCount parameter ( http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount) to return suggestions for terms which occur less often than the user-entered term. More discussion here: https://issues.apache.org/jira/browse/SOLR-2585

Re: Spell-Check Component Functionality

2010-11-27 Thread Anurag
i implemented spellcheck recently My solrconfig.xml and schema.xml are attached... i used nutch for crawling and solr for indexing & searching. just look at the "textSpell" & "spell" wherever they are used in both the files. These are actually managing the Spellcheck .

Re: Spell-Check Component Functionality

2010-11-22 Thread Grant Ingersoll
On Nov 21, 2010, at 7:14 AM, rajini maski wrote: > If any one know articles or blog on solr spell-check component configuration > type..please let me know..solr-wiki not helping me solve maze.. Might be helpful: http://www.lucidimagination.com/blog/2010/08/31/getting-started-spell-checking-with

Re: Spell-Check Component Functionality

2010-11-21 Thread Shanmugavel SRD
SOLR wiki page is the best place to find that. http://stackoverflow.com/questions/3004823/solr-spellcheck-configuration http://wiki.apache.org/solr/SpellCheckerRequestHandler http://wiki.apache.org/solr/SpellCheckComponent -- View this message in context: http://lucene.472066.n3.nabble.com/Spel

Re: Spell-Check Component Functionality

2010-11-21 Thread rajini maski
If any one know articles or blog on solr spell-check component configuration type..please let me know..solr-wiki not helping me solve maze.. On Fri, Nov 19, 2010 at 12:40 PM, rajini maski wrote: > And If I am trying to do : > > http://localhost:8909/solr/select/?spellcheck.q=Curst&version=2.2&sta

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
And If I am trying to do : http://localhost:8909/solr/select/?spellcheck.q=Curst&version=2.2&start=0&rows=10&indent=on&spellcheck=true &q=Curst& The XML OUTPUT IS - -

Re: Spell-Check Component Functionality

2010-11-18 Thread rajini maski
Hello Peter, Thanks For reply :)I did spellcheck.q=Curst as you said ...Query is like: http://localhost:8909/solr/select/?spellcheck.q=Curst&version=2.2&start=0&rows=10&indent=on&spellcheck=true I am getting this error :( HTTP Status 500 - null java.lang.NullPointerException at java.io

Re: Spell-Check Component Functionality

2010-11-18 Thread Peter Karich
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 analyzer/tokenizer and is used if present * do not do spellcheck.build=true for every request (creating the spellcheck index c

Re: spell check component

2008-01-20 Thread Grant Ingersoll
I just asked this too: http://www.mail-archive.com/solr-user@lucene.apache.org/msg08515.html On Jan 19, 2008, at 1:45 PM, anuvenk wrote: Is it possible to add a spell check component so i don't have to issue a separate request to solr to do the spell checking? Sorry if this question is n

Re: spell check component

2008-01-19 Thread Ryan McKinley
There is not yet a spell checking component... It would be great to have though! anuvenk wrote: Is it possible to add a spell check component so i don't have to issue a separate request to solr to do the spell checking? Sorry if this question is naive..am just learning to use solr. class="or