Class: Ferret::Analysis::LowerCaseFilter
- Inherits:
-
Object
- Object
- Ferret::Analysis::LowerCaseFilter
- Defined in:
- ext/r_analysis.c
Overview
Summary
LowerCaseFilter normalizes a token’s text to lowercase based on the current locale.
Example
["One", "TWO", "three", "RÉSUMÉ"] => ["one", "two", "three", "résumé"]