KinoSearch
Blog
About
=>
KinoSearch Documentation
KinoSearch
- search engine library
KinoSearch::Analysis::Analyzer
- base class for analyzers
KinoSearch::Analysis::LCNormalizer
- convert input to lower case
KinoSearch::Analysis::PolyAnalyzer
- multiple analyzers in series
KinoSearch::Analysis::Stemmer
- reduce related words to a shared root
KinoSearch::Analysis::Stopalizer
- suppress a "stoplist" of common words
KinoSearch::Analysis::Token
- unit of text
KinoSearch::Analysis::TokenBatch
- a collection of tokens
KinoSearch::Analysis::Tokenizer
- customizable tokenizing
KinoSearch::Docs::DevGuide
- hacking/debugging KinoSearch
KinoSearch::Docs::FileFormat
- overview of invindex file format
KinoSearch::Docs::Tutorial
- sample indexing and search applications
KinoSearch::Document::Doc
- a document
KinoSearch::Document::Field
- a field within a document
KinoSearch::Highlight::Encoder
- encode excerpted text
KinoSearch::Highlight::Formatter
- format highlighted bits within excerpts
KinoSearch::Highlight::Highlighter
- create and highlight excerpts
KinoSearch::Highlight::SimpleHTMLEncoder
- encode a few HTML entities
KinoSearch::Highlight::SimpleHTMLFormatter
- surround highlight bits with tags
KinoSearch::Index::Term
- string of text associated with a field
KinoSearch::InvIndexer
- build inverted indexes
KinoSearch::QueryParser::QueryParser
- transform a string into a Query object
KinoSearch::Search::BooleanQuery
- match boolean combinations of Queries
KinoSearch::Search::Hit
- successful match against a Query
KinoSearch::Search::Hits
- access search results
KinoSearch::Search::MultiSearcher
- Aggregate results from multiple searchers.
KinoSearch::Search::PhraseQuery
- match ordered list of Terms
KinoSearch::Search::Query
- base class for search queries
KinoSearch::Search::QueryFilter
- build a filter based on results of a query
KinoSearch::Search::SearchClient
- connect to a remote SearchServer
KinoSearch::Search::SearchServer
- make a Searcher remotely accessible
KinoSearch::Search::TermQuery
- match individual Terms
KinoSearch::Searcher
- execute searches
KinoSearch::Store::FSInvIndex
- file system InvIndex
KinoSearch::Store::InvIndex
- inverted index
KinoSearch::Store::RAMInvIndex
- in-memory InvIndex
KinoSearch::Util::Class
- class building utility
KinoSearch::Util::ToolSet
- namespace pollution
Copyright © 2004-2007 Marvin Humphrey