Re: File based index doesn't work in spellcheck component

2011-08-19 Thread anupamxyz
I am using Nutch to crawl and Solr for searching. The search has been successfully implemented. Now I want a file based Suggestion or a "Do you mean Feature?" implemented. It is more or less like a Spell checker. For the same I am making the requisite changes to the SolrConfig.xml and the Schema.xm

Re: File based index doesn't work in spellcheck component

2008-09-19 Thread oleg_gnatovskiy
oleg_gnatovskiy wrote: > > Hello, > > I tried to have the spellcheck component to write to a drive index. My > config is a s follows: > > >name="classname">org.apache.solr.spelling.FileBasedSpellChecker > external > spellings.txt > UTF-8 > true > >

Re: File based index doesn't work in spellcheck component

2008-09-19 Thread Shalin Shekhar Mangar
Hi Oleg, You need to specify spellCheckIndexDir to use a FSDirectory. Also, remove the buildOnCommit because it is useless for file based spell checker. ./spellchecker On Fri, Sep 19, 2008 at 11:23 PM, oleg_gnatovskiy < [EMAIL PROTECTED]> wrote: > > Hello, > > I tried to have the spellcheck c

File based index doesn't work in spellcheck component

2008-09-19 Thread oleg_gnatovskiy
Hello, I tried to have the spellcheck component to write to a drive index. My config is a s follows: org.apache.solr.spelling.FileBasedSpellChecker external spellings.txt UTF-8 true ./spellIndex org.apache.lucene.search.spell.JaroWinklerDistance