Class ActsAsIndexed::TokenNormalizer
In: lib/acts_as_indexed/token_normalizer.rb
Parent: Object

Methods

process  

Public Class methods

Takes an array of tokens.

  • Downcases the tokens when :normalize_case option is passed.
  • Removes tokens of :min_token_length when option is passed.

Returns the resulting array of tokens.

[Validate]