blob: c8cd411c33488726ed346be0527169de1c90cc7f (
plain)
1
2
3
4
5
6
|
This module is a base class interfacing to search engines. It defines
an interface that can be used by any of the Search search modules,
such as Search::Glimpse or Search::TextSearch, which are the standard
ones included with the module.
It exports no routines, just provides methods for the other classes.
|