Re: SpellCheck Help

2012-01-26 Thread David Radunz
and highlight search with resulted output. -- View this message in context: http://lucene.472066.n3.nabble.com/SpellCheck-Help-tp3648589p3692518.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SpellCheck Help

2012-01-26 Thread vishal_asc
w i can implement facet and highlight search with resulted output. -- View this message in context: http://lucene.472066.n3.nabble.com/SpellCheck-Help-tp3648589p3692518.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SpellCheck Help

2012-01-25 Thread Erick Erickson
gt; View this message in context: > http://lucene.472066.n3.nabble.com/SpellCheck-Help-tp3648589p3686756.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: SpellCheck Help

2012-01-24 Thread vishal_asc
nks Vishal -- View this message in context: http://lucene.472066.n3.nabble.com/SpellCheck-Help-tp3648589p3686756.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SpellCheck Help

2012-01-10 Thread Donald Organ
ssage- > From: Donald Organ [mailto:dor...@donaldorgan.com] > Sent: Tuesday, January 10, 2012 1:26 PM > To: solr-user@lucene.apache.org > Subject: SpellCheck Help > > I am trying to get the IndexBasedSpellChecker to work. I believe I have > everything setup properly and the spell

RE: SpellCheck Help

2012-01-10 Thread Dyer, James
am Content Group (615) 213-4311 -Original Message- From: Donald Organ [mailto:dor...@donaldorgan.com] Sent: Tuesday, January 10, 2012 1:26 PM To: solr-user@lucene.apache.org Subject: SpellCheck Help I am trying to get the IndexBasedSpellChecker to work. I believe I have everything setup proper

SpellCheck Help

2012-01-10 Thread Donald Organ
I am trying to get the IndexBasedSpellChecker to work. I believe I have everything setup properly and the spellcheck component seems to be running but the suggestions list is empty. I am using SOLR 3.5 with Jetty. My solrconfig.xml and schema.xml are as follows: solrconfig.xml: http://pastie.o

RE: Spellcheck help

2010-07-27 Thread Dyer, James
yer E-Commerce Systems Ingram Book Company (615) 213-4311 -Original Message- From: Marc Ghorayeb [mailto:dekay...@hotmail.com] Sent: Tuesday, July 27, 2010 8:07 AM To: solr-user@lucene.apache.org Subject: RE: Spellcheck help Thanks for the input, i'll check it out! Marc > Subject: R

RE: Spellcheck help

2010-07-27 Thread Marc Ghorayeb
Thanks for the input, i'll check it out! Marc > Subject: RE: Spellcheck help > Date: Fri, 23 Jul 2010 13:12:04 -0500 > From: james.d...@ingrambook.com > To: solr-user@lucene.apache.org > > In org.apache.solr.spelling.SpellingQueryConverter, find the line (#84): > >

RE: Spellcheck help

2010-07-23 Thread Dyer, James
Book Company (615) 213-4311 -Original Message- From: dekay...@hotmail.com [mailto:dekay...@hotmail.com] Sent: Saturday, July 17, 2010 12:41 PM To: solr-user@lucene.apache.org Subject: Re: Spellcheck help Can anybody help me with this? :( -Original Message- From: Marc Ghorayeb S

Re: Spellcheck help

2010-07-18 Thread Lance Norskog
; -Original Message- From: Marc Ghorayeb >> Sent: Thursday, July 08, 2010 9:46 AM >> To: solr-user@lucene.apache.org >> Subject: Spellcheck help >> >> >> Hello,I've been trying to get rid of a bug when using the spellcheck but >> so >> far w

Re: Spellcheck help

2010-07-18 Thread dekay999
Norskog Sent: Sunday, July 18, 2010 1:42 AM To: solr-user@lucene.apache.org Subject: Re: Spellcheck help Spellchecking can also take a dictionary as its database. Is it possible to create a dictionary of the terms you want suggested? On Sat, Jul 17, 2010 at 10:40 AM, wrote: Can anybody help me with

Re: Spellcheck help

2010-07-17 Thread Lance Norskog
8, 2010 9:46 AM > To: solr-user@lucene.apache.org > Subject: Spellcheck help > > > Hello,I've been trying to get rid of a bug when using the spellcheck but so > far with no success :(When searching for a word that starts with a number, > for example "3dsmax", i get

Re: Spellcheck help

2010-07-17 Thread dekay999
Can anybody help me with this? :( -Original Message- From: Marc Ghorayeb Sent: Thursday, July 08, 2010 9:46 AM To: solr-user@lucene.apache.org Subject: Spellcheck help Hello,I've been trying to get rid of a bug when using the spellcheck but so far with no success :(When sear

Spellcheck help

2010-07-08 Thread Marc Ghorayeb
Hello,I've been trying to get rid of a bug when using the spellcheck but so far with no success :(When searching for a word that starts with a number, for example "3dsmax", i get the results that i want, BUT the spellcheck says it is not correctly spelled AND the collation gives me "33dsmax". F