CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     K     > >     KinoSearch
Distribution KinoSearch [Download]
Author CREAMYG [ Marvin Humphrey ]
Version 0.313
Abstract Search engine library.
Released 24 Mar 2011
Size 851.4 KB
MD5 Checksum 7d024ab5b0a4a22ac245e31290203b57
Additional Files README   |   META   |   Changes   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites JSON::XS  |   Lingua::Stem::Snowball  |   Lingua::StopWords  |   Parse::RecDescent  |  

Modules

KinoSearch  [source]   [v 0.313] Search engine library.
KinoSearch::Analysis::Analyzer  [source] Tokenize/modify/filter text.
KinoSearch::Analysis::CaseFolder  [source] Normalize case, facilitating case-insensitive search.
KinoSearch::Analysis::Inversion
KinoSearch::Analysis::PolyAnalyzer  [source] Multiple Analyzers in series.
KinoSearch::Analysis::Stemmer  [source] Reduce related words to a shared root.
KinoSearch::Analysis::Stopalizer  [source] Suppress a "stoplist" of common words.
KinoSearch::Analysis::Token
KinoSearch::Analysis::TokenBatch
KinoSearch::Analysis::Tokenizer  [source] Split a string into tokens.
KinoSearch::Architecture
KinoSearch::Doc
KinoSearch::Document::Doc  [source] A document.
KinoSearch::Document::HitDoc  [source] A document read from an index.
KinoSearch::FieldType
KinoSearch::FieldType::BlobType
KinoSearch::FieldType::Float32Type
KinoSearch::FieldType::Float64Type
KinoSearch::FieldType::FullTextType
KinoSearch::FieldType::Int32Type
KinoSearch::FieldType::Int64Type
KinoSearch::FieldType::StringType
KinoSearch::Highlight::HeatMap
KinoSearch::Highlight::Highlighter  [source] Create and highlight excerpts.
KinoSearch::Index::BackgroundMerger  [source] Consolidate index segments in the background.
KinoSearch::Index::DataReader  [source] Abstract base class for reading index data.
KinoSearch::Index::DataWriter  [source] Write data to an index.
KinoSearch::Index::DeletionsReader
KinoSearch::Index::DeletionsWriter  [source] Abstract base class for marking documents as deleted.
KinoSearch::Index::DocReader  [source] Retrieve stored documents.
KinoSearch::Index::DocVector
KinoSearch::Index::DocWriter
KinoSearch::Index::FilePurger
KinoSearch::Index::HighlightReader
KinoSearch::Index::HighlightWriter
KinoSearch::Index::Indexer  [source] Build inverted indexes.
KinoSearch::Index::IndexManager  [source] Policies governing index updating, locking, and file deletion.
KinoSearch::Index::IndexReader  [source] Read from an inverted index.
KinoSearch::Index::Inverter
KinoSearch::Index::Lexicon  [source] Iterator for a field's terms.
KinoSearch::Index::LexiconReader  [source] Read Lexicon data.
KinoSearch::Index::LexiconWriter
KinoSearch::Index::PolyLexicon
KinoSearch::Index::PolyReader  [source] Multi-segment implementation of IndexReader.
KinoSearch::Index::Posting
KinoSearch::Index::Posting::MatchPosting
KinoSearch::Index::Posting::RichPosting
KinoSearch::Index::Posting::ScorePosting
KinoSearch::Index::PostingList  [source] Term-Document pairings.
KinoSearch::Index::PostingListReader  [source] Read postings data.
KinoSearch::Index::PostingListWriter
KinoSearch::Index::SegLexicon
KinoSearch::Index::Segment  [source] Warehouse for information about one segment of an inverted index.
KinoSearch::Index::SegPostingList
KinoSearch::Index::SegReader  [source] Single-segment IndexReader.
KinoSearch::Index::SegWriter  [source] Write one segment of an index.
KinoSearch::Index::Similarity  [source] Judge how well a document matches a query.
KinoSearch::Index::Snapshot  [source] Point-in-time index file list.
KinoSearch::Index::SortCache
KinoSearch::Index::SortReader
KinoSearch::Index::SortWriter
KinoSearch::Index::TermInfo
KinoSearch::Index::TermVector
KinoSearch::Indexer
KinoSearch::Obj::BitVector
KinoSearch::Object::BitVector  [source] An array of bits.
KinoSearch::Object::ByteBuf
KinoSearch::Object::CharBuf
KinoSearch::Object::Err  [source] Exception.
KinoSearch::Object::Hash
KinoSearch::Object::Host
KinoSearch::Object::I32Array
KinoSearch::Object::LockFreeRegistry
KinoSearch::Object::Num
KinoSearch::Object::Obj  [source] Base class for all KinoSearch objects.
KinoSearch::Object::VArray
KinoSearch::Object::VTable
KinoSearch::Plan::Architecture  [source] Configure major components of an index.
KinoSearch::Plan::BlobType  [source] Default behaviors for binary fields.
KinoSearch::Plan::FieldType  [source] Define a field's behavior.
KinoSearch::Plan::Float32Type
KinoSearch::Plan::Float64Type
KinoSearch::Plan::FullTextType  [source] Full-text search field type.
KinoSearch::Plan::Int32Type
KinoSearch::Plan::Int64Type
KinoSearch::Plan::Schema  [source] User-created specification for an inverted index.
KinoSearch::Plan::StringType  [source] Non-tokenized text type.
KinoSearch::QueryParser
KinoSearch::Schema
KinoSearch::Search::ANDQuery  [source] Intersect multiple result sets.
KinoSearch::Search::ANDScorer
KinoSearch::Search::BitVecMatcher
KinoSearch::Search::Collector  [source] Process hits.
KinoSearch::Search::Collector::BitCollector  [source] Collector which records doc nums in a BitVector.
KinoSearch::Search::Collector::SortCollector
KinoSearch::Search::Compiler  [source] Query-to-Matcher compiler.
KinoSearch::Search::HitCollector
KinoSearch::Search::HitCollector::BitCollector
KinoSearch::Search::HitQueue
KinoSearch::Search::Hits  [source] Access search results.
KinoSearch::Search::IndexSearcher  [source] Execute searches against a single index.
KinoSearch::Search::LeafQuery  [source] Leaf node in a tree created by QueryParser.
KinoSearch::Search::MatchAllQuery  [source] Query which matches all documents.
KinoSearch::Search::MatchDoc
KinoSearch::Search::Matcher  [source] Match a set of document ids.
KinoSearch::Search::NoMatchQuery  [source] Query which matches no documents.
KinoSearch::Search::NOTQuery  [source] Invert the result set of another Query.
KinoSearch::Search::NOTScorer
KinoSearch::Search::ORQuery  [source] Union multiple result sets.
KinoSearch::Search::ORScorer
KinoSearch::Search::PhraseQuery  [source] Query matching an ordered list of terms.
KinoSearch::Search::PolyCompiler
KinoSearch::Search::PolyQuery  [source] Base class for composite Query objects.
KinoSearch::Search::PolySearcher  [source] Aggregate results from multiple Searchers.
KinoSearch::Search::Query  [source] A specification for a search query.
KinoSearch::Search::QueryParser  [source] Transform a string into a Query object.
KinoSearch::Search::RangeQuery  [source] Match a range of values.
KinoSearch::Search::RequiredOptionalQuery  [source] Join results for two Queries, one required, one optional.
KinoSearch::Search::RequiredOptionalScorer
KinoSearch::Search::Searchable
KinoSearch::Search::Searcher  [source] Base class for searching collections of documents.
KinoSearch::Search::Similarity
KinoSearch::Search::SortRule  [source] Element of a SortSpec.
KinoSearch::Search::SortSpec  [source] Specify a custom sort order for search results.
KinoSearch::Search::Span  [source] An offset, a length, and a weight.
KinoSearch::Search::TermQuery  [source] Query which matches individual terms.
KinoSearch::Search::TopDocs
KinoSearch::Searcher
KinoSearch::Store::FileHandle
KinoSearch::Store::Folder  [source] Abstract class representing a directory.
KinoSearch::Store::FSFileHandle
KinoSearch::Store::FSFolder  [source] File System implementation of Folder.
KinoSearch::Store::InStream
KinoSearch::Store::Lock  [source] Abstract class representing an interprocess mutex lock.
KinoSearch::Store::LockErr  [source] Lock exception.
KinoSearch::Store::LockFactory  [source] Create Locks.
KinoSearch::Store::OutStream
KinoSearch::Store::RAMFile
KinoSearch::Store::RAMFileHandle
KinoSearch::Store::RAMFolder  [source] In-memory Folder implementation.
KinoSearch::Test
KinoSearch::Test::Util::BBSortEx
KinoSearch::Util::BitVector
KinoSearch::Util::Debug
KinoSearch::Util::IndexFileNames
KinoSearch::Util::Json
KinoSearch::Util::MemoryPool
KinoSearch::Util::PriorityQueue
KinoSearch::Util::SortExternal
KinoSearch::Util::Stepper
KinoSearch::Util::StringHelper
KSx::Index::ByteBufDocReader  [source] Read a Doc as a fixed-width byte array.
KSx::Index::ByteBufDocWriter  [source] Write a Doc as a fixed-width byte array.
KSx::Index::LongFieldSim  [source] Similarity optimized for long fields.
KSx::Index::ZlibDocReader  [source] Compressed doc storage.
KSx::Index::ZlibDocWriter  [source] Compressed doc storage.
KSx::Remote::SearchClient  [source] Connect to a remote SearchServer.
KSx::Remote::SearchServer  [source] Make a Searcher remotely accessible.
KSx::Search::Filter  [source] Build a caching filter based on results of a Query.
KSx::Search::LongFieldSim
KSx::Search::MockScorer  [source] Matcher with arbitrary docs and scores.
KSx::Search::ProximityQuery  [source] Query matching an ordered list of terms.
KSx::Simple  [source] Basic search engine.

Categories

Development Support    >>     KinoSearch
Data Type Utilities    >>     KinoSearch
Database Interfaces    >>     KinoSearch
String Lang Text Proc    >>     KinoSearch
World Wide Web HTML HTTP CGI    >>     KSx
World Wide Web HTML HTTP CGI    >>     KinoSearch

Win32 PPM packages for "KinoSearch"

ActiveState default Perl 5.10 repository   [  v 0.165   ]
ActiveState default Perl 5.12 repository   [  v 0.165   ]
ActiveState default Perl 5.8 repository   [  v 0.165   ]
tcool.org Perl 5.8 repository   [  v 0.161   ]
trouchelle.com Perl 5.8 repository   [  v 0.162   ]
uwinnipeg Perl 5.10 repository   [  v 0.162   ]
uwinnipeg Perl 5.8 repository   [  v 0.161   ]

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