lucene-solr-analysis-turkish icon indicating copy to clipboard operation
lucene-solr-analysis-turkish copied to clipboard

Zemberek SpellCheck to Solr

Open BeyzaSuna opened this issue 4 years ago • 0 comments

Hello sir, I want to use Zemberek Turkish Spell Checker for Solr. It shows its usage like this:

TurkishMorphology morphology = TurkishMorphology.createWithDefaults(); TurkishSpellChecker spellChecker = new TurkishSpellChecker(morphology);

How can I use this for Solr? Should I write inside the inform method as you do? Unfortunately, I'm not advanced on Java. Can you give an idea? I would be glad if you give feedback. Best regards

BeyzaSuna avatar Apr 12 '20 21:04 BeyzaSuna