CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     L     > >     Lucy
Distribution Lucy [Download]
Author KARMAN [ Peter Karman ]
Version 0.1.0
Abstract Apache Lucy search engine library.
Released 2 June 2011
Size 1.0 MB
MD5 Checksum 8c1203dec0e307d2ea64a88f273f5c09
Additional Files README   |   META   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites JSON::XS  |  

Modules

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

Categories

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

dslip information

Development Stage (Note: *NO IMPLIED TIMESCALES*) Alpha testing
Support Level Mailing-list
Language Used Hybrid, written in perl with optional C code, no compiler needed
Interface Style Object oriented using blessed references and/or inheritance
Public License other (but distribution allowed without restrictions)

Win32 PPM packages for "Lucy"

No results found [ppm-request]

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