HI Seetesh
For IndexBasedSpellchecker default distanceMeasure is LevensteinDistance
itself . Thats why it is commented in the Reference Guide
regards
Kumar Gaurav
On Tue, Jan 28, 2020 at 1:01 PM seeteshh wrote:
> Hello Kumar Gaurav
>
> For IndexBasedSpellchecker is there a better option of us
My searchComponent is as follows
text_general
default
name
solr.DirectSolrSpellChecker
internal
0.5
2
1
5
4
0.01
wordbreak
solr.WordBreakSolrSpellChecker
name
Hello Kumar Gaurav
For IndexBasedSpellchecker is there a better option of using
org.apache.lucene.search.spell.LevensteinDistance as this is not valid in
Solr 8.4
This line seems to be commented in the Reference Guide
Regards,
Seetesh Hindlekar
-
Seetesh Hindlekar
--
Sent from: https://l
Can you share spellcheck component and handler which you have used ?
On Mon, Jan 20, 2020 at 3:35 PM seeteshh wrote:
> Hello all,
>
> I am not able to check and test the spell check feature in Apache solr 8.4
>
> Tried multiple examples including
>
>
> https://examples.javacodegeeks.com/enterpri