silverorange Code


Package NateGoSearch

Class Summary
NateGoSearchStatic methods for managing document types using NateGoSearch.
NateGoSearchDBExceptionThrown when a database error occurs.
NateGoSearchDocumentRepresents a single searchable entity.
NateGoSearchDocumentTypeExceptionThrown when a document type is invalid.
NateGoSearchFileSpellCheckerA light-weight, file-based spell checker to correct commonly misspelled words.
NateGoSearchIndexerIndexes documents using the NateGo search algorithm.
NateGoSearchKeywordAn indexed keyword for a NateGoSearchIndexer.
NateGoSearchPSpellSpellCheckerA spell checker to correct commonly misspelled words and phrases using the pspell extension for PHP.
NateGoSearchQueryPerform queries using a NateGoSearch index.
NateGoSearchResultRepresents the result of a search using NateGoSearch.
NateGoSearchSpellCheckerAbstract base class for spell-checking of keywords in search queries and indexers.
NateGoSearchTermA search index term.
Exception Summary
NateGoSearchExceptionBase exception class for NateGoSearch.

silverorange Code