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
word individually is probably your best bet. : You don't need to wait for 1.3 to be released - you can simply use a : recent nightly build. -Hoss -- View this message in context: http://www.nabble.com/spellcheckhandler-tp14627712p15100704.html Sent from the Solr - User

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
/spellcheckhandler-tp14627712p15100704.html Sent from the Solr - User mailing list archive at Nabble.com.

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
' and 'name' to build my spell index? How to use it effectively for spell checking on multi-word queries? anuvenk wrote: Is it possible to implement something like this with the spellcheckhandler Like how google does,.. say i search for 'chater 13 bakrupcy', should be able to display

spellcheckhandler

2008-01-04 Thread anuvenk
Is it possible to implement something like this with the spellcheckhandler Like how google does,.. say i search for 'chater 13 bakrupcy', should be able to display these.. did you search for 'chapter 13 bankruptcy' Has someone been able to do this? -- View this message in context: http