Versions in this module Expand all Collapse all v2 v2.1.2 Sep 17, 2021 Changes in this version + const AnalyzerName + const SnowballStemmerName + const StopName + var TurkishStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func TokenMapConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenMap, error) + func TurkishStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + type TurkishStemmerFilter struct + func NewTurkishStemmerFilter() *TurkishStemmerFilter + func (s *TurkishStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream Other modules containing this package github.com/timezstyle/bleve