Versions in this module Expand all Collapse all v2 v2.4.3 May 11, 2022 v2.4.2 May 11, 2022 v2.4.1 May 11, 2022 v2.4.0 May 11, 2022 Changes in this version + const AnalyzerName + const LightStemmerName + const N + const NormalizeName + const SnowballStemmerName + const StopName + const U + const V + var GermanStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func GermanLightStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func GermanStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func NormalizerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, 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) + type GermanLightStemmerFilter struct + func NewGermanLightStemmerFilter() *GermanLightStemmerFilter + func (s *GermanLightStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream + type GermanNormalizeFilter struct + func NewGermanNormalizeFilter() *GermanNormalizeFilter + func (s *GermanNormalizeFilter) Filter(input analysis.TokenStream) analysis.TokenStream + type GermanStemmerFilter struct + func NewGermanStemmerFilter() *GermanStemmerFilter + func (s *GermanStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream Other modules containing this package github.com/ltraniello/bleve