Documentation ¶
Overview ¶
Package lowercase implements a TokenFilter which converts tokens to lower case according to unicode rules.
Index ¶
Constants ¶
View Source
const Name = "to_lower"
Name is the name used to register LowerCaseFilter in the bleve registry
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LowerCaseFilter ¶
type LowerCaseFilter struct { }
func NewLowerCaseFilter ¶
func NewLowerCaseFilter() *LowerCaseFilter
func (*LowerCaseFilter) Filter ¶
func (f *LowerCaseFilter) Filter(input analysis.TokenStream) analysis.TokenStream
Click to show internal directories.
Click to hide internal directories.