Plugins - Indexed search engine
Add to favoritesIndexedSearchEngine is a simple, pluggable engine for rails applications which can be used to enable full text indexed searches within an application. Searchable data is parsed, stemmed using the Porter stemmer, and added to a fully indexed table. This allows you to index things like "he runs fast" which will be returned from a search for "running".
Since each term is stemmed and added to the indexed table individually, search results should be relatively fast.
