Versions in this module Expand all Collapse all v2 v2.2.10 Jul 6, 2022 v2.2.9 Jul 5, 2022 Changes in this version + const AnalyzerName + const SnowballStemmerName + const StopName + var SwedishStopWords = []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 SwedishStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func TokenMapConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenMap, error) + type SwedishStemmerFilter struct + func NewSwedishStemmerFilter() *SwedishStemmerFilter + func (s *SwedishStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream Other modules containing this package github.com/linbaozhong/bleve