| Class Summary | |
|---|---|
| NateGoSearch | Static methods for managing document types using NateGoSearch. |
| NateGoSearchDBException | Thrown when a database error occurs. |
| NateGoSearchDocument | Represents a single searchable entity. |
| NateGoSearchDocumentTypeException | Thrown when a document type is invalid. |
| NateGoSearchFileSpellChecker | A light-weight, file-based spell checker to correct commonly misspelled words. |
| NateGoSearchIndexer | Indexes documents using the NateGo search algorithm. |
| NateGoSearchKeyword | An indexed keyword for a NateGoSearchIndexer. |
| NateGoSearchPSpellSpellChecker | A spell checker to correct commonly misspelled words and phrases using the pspell extension for PHP. |
| NateGoSearchQuery | Perform queries using a NateGoSearch index. |
| NateGoSearchResult | Represents the result of a search using NateGoSearch. |
| NateGoSearchSpellChecker | Abstract base class for spell-checking of keywords in search queries and indexers. |
| NateGoSearchTerm | A search index term. |
| Exception Summary | |
|---|---|
| NateGoSearchException | Base exception class for NateGoSearch. |