Re: Solr -File Based Spell Check and Read .cfs file generated

2010-12-06 Thread rajini maski
Anyone know abt it? how to extract the dictionary generated by default.? How do i read this .cfs files generated in index folder.. Awaiting reply On Mon, Dec 6, 2010 at 7:54 PM, rajini maski wrote: > Yeah.. I wanna use this Spell-check only.. I want to create myself the > dictionary.. And

Re: Solr -File Based Spell Check

2010-12-06 Thread rajini maski
Yeah.. I wanna use this Spell-check only.. I want to create myself the dictionary.. And give it as input to solr.. Because my indexes also have mis-spelled content and so I want solr to refer this file and not autogenrated. How do i get this done? I will try the spell check as suggested by micha

Re: Solr -File Based Spell Check

2010-12-06 Thread Erick Erickson
Are you sure you want spellcheck/autosuggest? Because what you're talking about almost sounds like synonyms. Best Erick On Mon, Dec 6, 2010 at 1:37 AM, rajini maski wrote: > How does the solr file based spell check work? > > How do we need to enter data in the spelling.txt...I am not clear

Re: Solr -File Based Spell Check

2010-12-06 Thread ramzesua
Hi. As I know, for file based spellcheck you need: - configure you spellcheck seach component in solrconfig.xml, for example: solr.FileBasedSpellChecker file spellings.txt UTF-8 ./spellcheckerFile - then you must get or form spell