CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     K     > >     KinoSearch1
Distribution KinoSearch1 [Download]
Author CREAMYG [ Marvin Humphrey ]
Version 1.01
Abstract search engine library
Released 28 Oct 2010
Size 271.5 KB
MD5 Checksum 79117fce4e7daf407c5c1832938e0f5a
Additional Files README   |   META   |   Changes   |   Makefile.PL   |   Build.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites Compress::Zlib  |   Lingua::Stem::Snowball  |   Lingua::StopWords  |  

Modules

KinoSearch1  [source]   [v 1.01] search engine library
KinoSearch1::Analysis::Analyzer  [source] base class for analyzers
KinoSearch1::Analysis::LCNormalizer  [source] convert input to lower case
KinoSearch1::Analysis::PolyAnalyzer  [source] multiple analyzers in series
KinoSearch1::Analysis::Stemmer  [source] reduce related words to a shared root
KinoSearch1::Analysis::Stopalizer  [source] suppress a "stoplist" of common words
KinoSearch1::Analysis::Token  [source] unit of text
KinoSearch1::Analysis::TokenBatch  [source] a collection of tokens
KinoSearch1::Analysis::Tokenizer  [source] customizable tokenizing
KinoSearch1::Document::Doc  [source] a document
KinoSearch1::Document::Field  [source] a field within a document
KinoSearch1::Highlight::Encoder  [source] encode excerpted text
KinoSearch1::Highlight::Formatter  [source] format highlighted bits within excerpts
KinoSearch1::Highlight::Highlighter  [source] create and highlight excerpts
KinoSearch1::Highlight::SimpleHTMLEncoder  [source] encode a few HTML entities
KinoSearch1::Highlight::SimpleHTMLFormatter  [source] surround highlight bits with tags
KinoSearch1::Index::CompoundFileReader [source]
KinoSearch1::Index::CompoundFileWriter [source]
KinoSearch1::Index::DelDocs [source]
KinoSearch1::Index::FieldInfos [source]
KinoSearch1::Index::FieldsReader [source]
KinoSearch1::Index::FieldsWriter [source]
KinoSearch1::Index::IndexFileNames [source]
KinoSearch1::Index::IndexReader [source]
KinoSearch1::Index::MultiReader [source]
KinoSearch1::Index::MultiTermDocs [source]
KinoSearch1::Index::NormsReader [source]
KinoSearch1::Index::PostingsWriter [source]
KinoSearch1::Index::SegInfos [source]
KinoSearch1::Index::SegReader [source]
KinoSearch1::Index::SegTermDocs [source]
KinoSearch1::Index::SegTermEnum [source]
KinoSearch1::Index::SegWriter [source]
KinoSearch1::Index::Term  [source] string of text associated with a field
KinoSearch1::Index::TermBuffer [source]
KinoSearch1::Index::TermDocs [source]
KinoSearch1::Index::TermEnum [source]
KinoSearch1::Index::TermInfo [source]
KinoSearch1::Index::TermInfosReader [source]
KinoSearch1::Index::TermInfosWriter [source]
KinoSearch1::Index::TermVector [source]
KinoSearch1::InvIndexer  [source] build inverted indexes
KinoSearch1::QueryParser::QueryParser  [source] transform a string into a Query object
KinoSearch1::Search::BooleanClause [source]
KinoSearch1::Search::BooleanQuery  [source] match boolean combinations of Queries
KinoSearch1::Search::BooleanScorer [source]
KinoSearch1::Search::Hit  [source] successful match against a Query
KinoSearch1::Search::HitCollector [source]
KinoSearch1::Search::HitQueue [source]
KinoSearch1::Search::Hits  [source] access search results
KinoSearch1::Search::MultiSearcher  [source] Aggregate results from multiple searchers.
KinoSearch1::Search::PhraseQuery  [source] match ordered list of Terms
KinoSearch1::Search::PhraseScorer [source]
KinoSearch1::Search::Query  [source] base class for search queries
KinoSearch1::Search::QueryFilter  [source] build a filter based on results of a query
KinoSearch1::Search::Scorer [source]
KinoSearch1::Search::Searchable [source]
KinoSearch1::Search::SearchClient  [source] connect to a remote SearchServer
KinoSearch1::Search::SearchServer  [source] make a Searcher remotely accessible
KinoSearch1::Search::Similarity [source]
KinoSearch1::Search::TermQuery  [source] match individual Terms
KinoSearch1::Search::TermScorer [source]
KinoSearch1::Search::Weight [source]
KinoSearch1::Searcher  [source] execute searches
KinoSearch1::Store::FSInvIndex  [source] file system InvIndex
KinoSearch1::Store::FSLock [source]
KinoSearch1::Store::InStream [source]
KinoSearch1::Store::InvIndex  [source] inverted index
KinoSearch1::Store::Lock [source]
KinoSearch1::Store::OutStream [source]
KinoSearch1::Store::RAMInvIndex  [source] in-memory InvIndex
KinoSearch1::Store::RAMLock [source]
KinoSearch1::Util::BitVector [source]
KinoSearch1::Util::ByteBuf [source]
KinoSearch1::Util::Carp [source]
KinoSearch1::Util::CClass [source]
KinoSearch1::Util::Class [source]
KinoSearch1::Util::IntMap [source]
KinoSearch1::Util::MathUtils [source]
KinoSearch1::Util::MemManager [source]
KinoSearch1::Util::PriorityQueue [source]
KinoSearch1::Util::SortExternal [source]
KinoSearch1::Util::StringHelper [source]
KinoSearch1::Util::ToolSet [source]
KinoSearch1::Util::ToStringUtils [source]
KinoSearch1::Util::VerifyArgs [source]

Categories

Data Type Utilities    >>     KinoSearch1
String Lang Text Proc    >>     KinoSearch1
World Wide Web HTML HTTP CGI    >>     KinoSearch1

Win32 PPM packages for "KinoSearch1"

ActiveState default Perl 5.10 repository   [  v 1.01   ]
ActiveState default Perl 5.12 repository   [  v 1.01   ]

Problems, suggestions, or comments to Randy Kobes. Questions? Check the FAQ.
Enable installations using PAR::WebStart.