Class: Ferret::Analysis::LowerCaseFilter

Inherits:
Object
  • Object
show all
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é"]