Re: Need help in configuring Spell check in Apache Solr 8.4

2020-02-05 Thread kumar gaurav
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

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
My searchComponent is as follows text_general default name solr.DirectSolrSpellChecker internal 0.5 2 1 5 4 0.01 wordbreak solr.WordBreakSolrSpellChecker name

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-27 Thread seeteshh
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

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-21 Thread kumar gaurav
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