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