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
-2585 https://issues.apache.org/jira/browse/LUCENE-3436 All the best, Eoghan On 4 April 2013 11:01, vsl wrote: > Hi, > > I configured index-based spell check component and unexpected problem > occurs. > > *CASE 1: * > I added two documents with following content: > 1. handb

Spell check component does not return any suggestions

2013-04-04 Thread vsl
Hi, I configured index-based spell check component and unexpected problem occurs. *CASE 1: * I added two documents with following content: 1. handbuch 2. hanbuch The suggestions are returned for both terms: e.g. handbuch -> hanbuch and hanbuch-> handbuch. Comment: Works as expected. *

Confused with suggestion / collate suggest - spell check component

2012-08-13 Thread bbarani
Hi, I am trying to figure out if this is the expected behaviour of spell check component. (when using collate=true) I am searching for keyword 'high tet', the suggester returns expected result 'test' but I expected the collated results to return 'high test' (correc

How to configure Spell check component in SOLR 3.6.1

2012-08-13 Thread bbarani
Hi, I am trying to configure spell check component in SOLR. I just want to confirm if I am on right path I have a text field - field name: name_spell (with no analyzers, uses solr.TextField field type). This field will be used for building terms for spell check. I have copied necessary data

Re: Spell-Check Component Functionality

2010-11-27 Thread Anurag
ally managing the Spellcheck . Thanks On Sun, Nov 21, 2010 at 5:45 PM, Rajinimaski [via Lucene] < ml-node+1939841-746088595-146...@n3.nabble.com > wrote: > If any one know articles or blog on solr spell-check component > configuration > type..please let me know..solr-wiki not he

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-ch

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
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&am

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

Re: Phonetic analysis with the spell-check component?

2009-04-27 Thread Shalin Shekhar Mangar
On Sun, Apr 26, 2009 at 11:55 PM, David Smiley @MITRE.org wrote: > > It appears to me that the spell-check component can't build a dictionary > based on phonetic similarity (i.e. using a Phonetic analysis filter). > Sure, > you can go ahead and configure the spell check comp

Phonetic analysis with the spell-check component?

2009-04-26 Thread David Smiley @MITRE.org
It appears to me that the spell-check component can't build a dictionary based on phonetic similarity (i.e. using a Phonetic analysis filter). Sure, you can go ahead and configure the spell check component to use a field type that uses a phonetic filter but the suggestions presented to the

Re: Solr Spell check component - SolrJ

2008-10-08 Thread Grant Ingersoll
see the thread "spellcheck issues" going on right now between Jason Rennie and me. In there is a small sample piece of code that does spell checking through SolrJ. On Oct 8, 2008, at 12:52 PM, Sunil Raj wrote: Hi, I am trying to use SolrJ java client to do search and the basic search wo

Solr Spell check component - SolrJ

2008-10-08 Thread Sunil Raj
Hi, I am trying to use SolrJ java client to do search and the basic search works fine with the code given below. SolrServer server = new CommonsHttpSolrServer( " http://localhost:8983/solr";); SolrQuery query = new SolrQuery(). setQuery(searchKey).

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 questi

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.

spell check component

2008-01-19 Thread anuvenk
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. and add it to the search handler like this spellcheck what would the name of the spell