Filtra

Filtra filters arrays of tokens to be indexed.

Description

Filtra filters arrays of tokens to be indexed by Busca, the simple redis search. The basic filtering options include downcasing and stemming (using fast-stemmer)

Installation

As usual, you can install it using rubygems.

$ gem install filtra

Usage