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
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
>
>
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
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