elasticsearch-analysis-turkishstemmer icon indicating copy to clipboard operation
elasticsearch-analysis-turkishstemmer copied to clipboard

ElasticSearch analysis plugin providing Turkish stemming functionality

Results 5 elasticsearch-analysis-turkishstemmer issues
Sort by recently updated
recently updated
newest added

It seems that newer version of ES may return `null` from `Analysis.getWordList()`: ```java public static List getWordList(Environment env, Settings settings, String settingPath, String settingList, boolean removeComments) { String wordListPath =...

ERROR: This plugin was built with an older plugin structure. Remove the intermediate "elasticsearch" directory within the plugin zip

"yüzme" ("swimming") and "yüzücü" ("swimmer") should have a common stem. However, we cannot use "yüz" since it means something else entirely ("face"). This could be a bit hard to tackle...

bug