RE: spellcheckhandler

2008-01-30 Thread Lance Norskog
PROTECTED] Sent: Tuesday, January 29, 2008 1:48 PM To: solr-user@lucene.apache.org Subject: Re: spellcheckhandler On 26-Jan-08, at 5:51 PM, anuvenk wrote: Thanks a lot for clearing my doubts. Would you know if the solr wiki is up to date with the documentation for the new features

Re: spellcheckhandler

2008-01-26 Thread anuvenk
Thanks a lot for clearing my doubts. Would you know if the solr wiki is up to date with the documentation for the new features that are being added? I totally rely on the solr wiki documentation for my project. If you may, please send me the files you had mentioned and i'll be happy to test them.

Re: spellcheckhandler

2008-01-25 Thread Chris Hostetter
: : I did try with the latest nightly build and followed the steps outlined in : http://wiki.apache.org/solr/SpellCheckerRequestHandler : with regards to creating new catchall field 'spell' of type 'spell' and : copied my text fields to 'spell' at index time. : Still q=grapics returns 'graphics'

Re: spellcheckhandler

2008-01-25 Thread anuvenk
Thanks. But i'm looking at this http://.../spellchecker?indent=ononlyMorePopular=trueaccuracy=.6suggestionCount=20q=facial+salophosphoprotein on http://lucene.apache.org/solr/api/org/apache/solr/handler/SpellCheckerRequestHandler.html It seems to return results (well in the example) with and

Re: spellcheckhandler

2008-01-23 Thread anuvenk
- Nutch - Original Message From: anuvenk [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Monday, January 21, 2008 12:35:52 AM Subject: Re: spellcheckhandler I followed the steps outlined in http://wiki.apache.org/solr/SpellCheckerRequestHandler with regards to setting

Re: spellcheckhandler

2008-01-22 Thread anuvenk
21, 2008 12:35:52 AM Subject: Re: spellcheckhandler I followed the steps outlined in http://wiki.apache.org/solr/SpellCheckerRequestHandler with regards to setting up of the schema with a new field 'spell' and copying other fields to this 'spell' field at index time. It works fine

Re: spellcheckhandler

2008-01-22 Thread anuvenk
- Nutch - Original Message From: anuvenk [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Monday, January 21, 2008 12:35:52 AM Subject: Re: spellcheckhandler I followed the steps outlined in http://wiki.apache.org/solr/SpellCheckerRequestHandler with regards to setting

Re: spellcheckhandler

2008-01-21 Thread anuvenk
: Monday, January 21, 2008 12:35:52 AM Subject: Re: spellcheckhandler I followed the steps outlined in http://wiki.apache.org/solr/SpellCheckerRequestHandler with regards to setting up of the schema with a new field 'spell' and copying other fields to this 'spell' field at index time. It works

Re: spellcheckhandler

2008-01-20 Thread Otis Gospodnetic
Subject: Re: spellcheckhandler I followed the steps outlined in http://wiki.apache.org/solr/SpellCheckerRequestHandler with regards to setting up of the schema with a new field 'spell' and copying other fields to this 'spell' field at index time. It works fine with single word queries but doesn't

Re: spellcheckhandler

2008-01-19 Thread anuvenk
I was going to do this create a new field(termsourcefield) called 'spell' field name=spell type=spell indexed=true stored=false multiValued=true/ of type 'spell' fieldType name=spell class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer