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 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://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>


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



  

and my requesthandler is



  
  name   
  default
  on
  true
  10
  5
  5
  true
  true
  10
  5


  spellcheck

  


Regards,

Seetesh Hindlekar



-
Seetesh Hindlekar
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html


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://lucene.472066.n3.nabble.com/Solr-User-f472068.html


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/enterprise-java/apache-solr/solr-spellcheck-example/
>
> However I am not getting any results
>
> Regards,
>
> Seetesh Hindlekar
>
>
>
> --
> Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>


Need help in configuring Spell check in Apache Solr 8.4

2020-01-20 Thread seeteshh
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/enterprise-java/apache-solr/solr-spellcheck-example/

However I am not getting any results 

Regards,

Seetesh Hindlekar



--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html