|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Searcher | The central interface to all searching. |
SearchModifier | A SearchModifier consists of the kinds of changes that can be done to a search. |
SearchRequest | A SearchRequest consists of a string and modifiers for the search. |
Class Summary | |
---|---|
DefaultSearchModifier | The DefaultSearchModifier provides a simple implementation of a SearchModifier. |
DefaultSearchRequest | A default implementation of a SearchRequest. |
SearcherFactory | Factory method for creating a new Searcher. |
SearchType | An Enumeration of the possible types of Searches. |
This package helps implementors of the various Book interfaces implement search.
Search can be split into 2 sections, the actual indexing, and the parsing of queries. The Index and Parser interfaces represent these sections. Some implementations of the SearchEngine interface (like ser) will use this splitting, whilst Lucene uses it's own code.
|
Copyright ยจ 2003-2006 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |