detti [mailto:a.benede...@sease.io]
Sent: March-15-18 1:34 PM
To: solr-user@lucene.apache.org
Subject: RE: SpellCheck Reload
Hi Sadiki,
the kind of spellchecker you are using built an auxiliary Lucene index as a
support data structure.
That is going to be used to provide the spellcheck suggestions.
"M
Hi Sadiki,
the kind of spellchecker you are using built an auxiliary Lucene index as a
support data structure.
That is going to be used to provide the spellcheck suggestions.
"My question is, does "reloading the dictionary" mean completely erasing the
current dictionary and starting from scratch (
Hello,
Just bumping this question up regarding the spellcheck reload. Can anyone
provide some insight on this question?
Thanks in advance
Sid
-Original Message-
From: Sadiki Latty [mailto:sla...@uottawa.ca]
Sent: March-12-18 1:38 PM
To: solr-user@lucene.apache.org
Subject
Greetings list,
I had question regarding the spellcheck.reload parameter. I am using the
IndexBasedSpellChecker which creates it's dictionary based on content from a
field. I built the spell check (in error) with a field that has stemming and
other filters associated to it.
Regarding the spell