Versions in this module Expand all Collapse all v0 v0.8.1 Sep 20, 2019 Changes in this version + const Name + func LengthFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + type LengthFilter struct + func NewLengthFilter(min, max int) *LengthFilter + func (f *LengthFilter) Filter(input analysis.TokenStream) analysis.TokenStream