Module: Ferret::Search

Included in:
Index::Index
Defined in:
ext/r_search.c,
ext/r_search.c

Overview

Summary

The Search module contains all the classes used for searching the index; what Ferret was designed to do. The important classes to take a look at in this module are (in order);

  • Query

  • Searcher

  • Filter

  • Sort

Happy Ferreting!!