You can make two spellcheckers and consult both of them.

A spelling database made from an existing text index tends to have a
lot of confusing junk.

On Sun, Jul 18, 2010 at 4:43 AM,  <dekay...@hotmail.com> wrote:
> Can i make a dictionnary of only the words that are having problems? There
> are not that many terms that present this behavior, but it is important for
> me to get rid of this bug. So can i use the dictionnary AND the list built
> by the spellchecker?
>
> -----Original Message----- From: Lance 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 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 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". Further
>> investigation shows that the spellcheck is actually only checking "dsmax"
>> which it considers does not exist and gives me "3dsmax" for better
>> results,
>> but since i have spellcheck.collate = true, the collation that i show is
>> "33dsmax" with the first 3 being the one discarded by the spellchecker...
>> Otherwise, the spellcheck works correctly for normal words... any ideas?
>> :(My spellcheck field is fairly classic, whitespace tokenizer, with
>> lowercase filter...Any help would be greatly appreciated :)Thanks,Marc
>> _________________________________________________________________
>> Messenger arrive enfin sur iPhone ! Venez le télécharger gratuitement !
>> http://www.messengersurvotremobile.com/?d=iPhone
>>
>
>
>
> --
> Lance Norskog
> goks...@gmail.com
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to