Re: SpellCheck Help

2012-01-26 Thread vishal_asc
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-26 Thread David Radunz
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
.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
-- 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.

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:

RE: SpellCheck Help

2012-01-10 Thread Dyer, James
: 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 spellcheck component seems to be running

Re: SpellCheck Help

2012-01-10 Thread Donald Organ
the dictionary (for intance, by using thresholdTokenFrequency) James Dyer E-Commerce Systems Ingram 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

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): final static String PATTERN

RE: Spellcheck help

2010-07-27 Thread Dyer, James
-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: RE: Spellcheck

RE: Spellcheck help

2010-07-23 Thread Dyer, James
: 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 Sent: Thursday, July 08, 2010 9:46 AM To: solr-user

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, dekay...@hotmail.com wrote: Can

Re: Spellcheck help

2010-07-18 Thread Lance Norskog
: 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,  dekay...@hotmail.com wrote: Can anybody help me with this? :( -Original Message- From: Marc Ghorayeb

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 searching

Re: Spellcheck help

2010-07-17 Thread Lance Norskog
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 searching for a word that starts with a number, for example 3dsmax, i get the results that i want

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.