lucene-solr-analysis-turkish
lucene-solr-analysis-turkish copied to clipboard
Zemberek SpellCheck to Solr
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