| This Release | Lucy-0.2.2 | [Download] [Browse] | 07 Nov 2011 | ||
| Latest Release | Lucy-0.3.2 | [Download] [Browse] | 10 Jul 2012 | ||
| Other Releases | |||||
| Links | [ Discussion Forum ] [ View/Report Bugs (1) ] [ Dependencies ] [ Other Tools ] | ||||
| CPAN Testers | PASS (467) FAIL (65) NA (1) UNKNOWN (12) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| ||||
| License | The Apache License, Version 2.0, January 2004 | ||||
| Special Files |
|
||||
| Lucy | Apache Lucy search engine library. | 0.002002 | |
| Lucy::Analysis::Analyzer | Tokenize/modify/filter text. | ||
| Lucy::Analysis::CaseFolder | Normalize case, facilitating case-insensitive search. | ||
| Lucy::Analysis::Inversion | |||
| Lucy::Analysis::PolyAnalyzer | Multiple Analyzers in series. | ||
| Lucy::Analysis::RegexTokenizer | Split a string into tokens. | ||
| Lucy::Analysis::SnowballStemmer | Reduce related words to a shared root. | ||
| Lucy::Analysis::SnowballStopFilter | Suppress a "stoplist" of common words. | ||
| Lucy::Analysis::Token | |||
| Lucy::Document::Doc | A document. | ||
| Lucy::Document::HitDoc | A document read from an index. | ||
| Lucy::Highlight::HeatMap | |||
| Lucy::Highlight::Highlighter | Create and highlight excerpts. | ||
| Lucy::Index::BackgroundMerger | Consolidate index segments in the background. | ||
| Lucy::Index::DataReader | Abstract base class for reading index data. | ||
| Lucy::Index::DataWriter | Write data to an index. | ||
| Lucy::Index::DeletionsReader | |||
| Lucy::Index::DeletionsWriter | Abstract base class for marking documents as deleted. | ||
| Lucy::Index::DocReader | Retrieve stored documents. | ||
| Lucy::Index::DocVector | |||
| Lucy::Index::DocWriter | |||
| Lucy::Index::FilePurger | |||
| Lucy::Index::HighlightReader | |||
| Lucy::Index::HighlightWriter | |||
| Lucy::Index::IndexManager | Policies governing index updating, locking, and file deletion. | ||
| Lucy::Index::IndexReader | Read from an inverted index. | ||
| Lucy::Index::Indexer | Build inverted indexes. | ||
| Lucy::Index::Inverter | |||
| Lucy::Index::Lexicon | Iterator for a field's terms. | ||
| Lucy::Index::LexiconReader | Read Lexicon data. | ||
| Lucy::Index::LexiconWriter | |||
| Lucy::Index::PolyLexicon | |||
| Lucy::Index::PolyReader | Multi-segment implementation of IndexReader. | ||
| Lucy::Index::Posting | |||
| Lucy::Index::Posting::MatchPosting | |||
| Lucy::Index::Posting::RichPosting | |||
| Lucy::Index::Posting::ScorePosting | |||
| Lucy::Index::PostingList | Term-Document pairings. | ||
| Lucy::Index::PostingListReader | Read postings data. | ||
| Lucy::Index::PostingListWriter | |||
| Lucy::Index::SegLexicon | |||
| Lucy::Index::SegPostingList | |||
| Lucy::Index::SegReader | Single-segment IndexReader. | ||
| Lucy::Index::SegWriter | Write one segment of an index. | ||
| Lucy::Index::Segment | Warehouse for information about one segment of an inverted index. | ||
| Lucy::Index::Similarity | Judge how well a document matches a query. | ||
| Lucy::Index::Snapshot | Point-in-time index file list. | ||
| Lucy::Index::SortCache | |||
| Lucy::Index::SortReader | |||
| Lucy::Index::SortWriter | |||
| Lucy::Index::TermInfo | |||
| Lucy::Index::TermVector | |||
| Lucy::Object::BitVector | An array of bits. | ||
| Lucy::Object::ByteBuf | |||
| Lucy::Object::CharBuf | |||
| Lucy::Object::Err | Exception. | ||
| Lucy::Object::Hash | |||
| Lucy::Object::Host | |||
| Lucy::Object::I32Array | |||
| Lucy::Object::LockFreeRegistry | |||
| Lucy::Object::Num | |||
| Lucy::Object::Obj | Base class for all Lucy objects. | ||
| Lucy::Object::VArray | |||
| Lucy::Object::VTable | |||
| Lucy::Object::ViewByteBuf | |||
| Lucy::Object::ViewCharBuf | |||
| Lucy::Object::ZombieCharBuf | |||
| Lucy::Plan::Architecture | Configure major components of an index. | ||
| Lucy::Plan::BlobType | Default behaviors for binary fields. | ||
| Lucy::Plan::FieldType | Define a field's behavior. | ||
| Lucy::Plan::Float32Type | |||
| Lucy::Plan::Float64Type | |||
| Lucy::Plan::FullTextType | Full-text search field type. | ||
| Lucy::Plan::Int32Type | |||
| Lucy::Plan::Int64Type | |||
| Lucy::Plan::Schema | User-created specification for an inverted index. | ||
| Lucy::Plan::StringType | Non-tokenized text type. | ||
| Lucy::Search::ANDMatcher | |||
| Lucy::Search::ANDQuery | Intersect multiple result sets. | ||
| Lucy::Search::BitVecMatcher | |||
| Lucy::Search::Collector | Process hits. | ||
| Lucy::Search::Collector::BitCollector | Collector which records doc nums in a BitVector. | ||
| Lucy::Search::Collector::SortCollector | |||
| Lucy::Search::Compiler | Query-to-Matcher compiler. | ||
| Lucy::Search::HitQueue | |||
| Lucy::Search::Hits | Access search results. | ||
| Lucy::Search::IndexSearcher | Execute searches against a single index. | ||
| Lucy::Search::LeafQuery | Leaf node in a tree created by QueryParser. | ||
| Lucy::Search::MatchAllQuery | Query which matches all documents. | ||
| Lucy::Search::MatchDoc | |||
| Lucy::Search::Matcher | Match a set of document ids. | ||
| Lucy::Search::NOTMatcher | |||
| Lucy::Search::NOTQuery | Invert the result set of another Query. | ||
| Lucy::Search::NoMatchQuery | Query which matches no documents. | ||
| Lucy::Search::ORQuery | Union multiple result sets. | ||
| Lucy::Search::ORScorer | |||
| Lucy::Search::PhraseQuery | Query matching an ordered list of terms. | ||
| Lucy::Search::PolyCompiler | |||
| Lucy::Search::PolyQuery | Base class for composite Query objects. | ||
| Lucy::Search::PolySearcher | Aggregate results from multiple Searchers. | ||
| Lucy::Search::Query | A specification for a search query. | ||
| Lucy::Search::QueryParser | Transform a string into a Query object. | ||
| Lucy::Search::RangeQuery | Match a range of values. | ||
| Lucy::Search::RequiredOptionalMatcher | |||
| Lucy::Search::RequiredOptionalQuery | Join results for two Queries, one required, one optional. | ||
| Lucy::Search::Searcher | Base class for searching collections of documents. | ||
| Lucy::Search::SortRule | Element of a SortSpec. | ||
| Lucy::Search::SortSpec | Specify a custom sort order for search results. | ||
| Lucy::Search::Span | An offset, a length, and a weight. | ||
| Lucy::Search::TermQuery | Query which matches individual terms. | ||
| Lucy::Search::TopDocs | |||
| Lucy::Simple | Basic search engine. | ||
| Lucy::Store::FSFileHandle | |||
| Lucy::Store::FSFolder | File System implementation of Folder. | ||
| Lucy::Store::FileHandle | |||
| Lucy::Store::Folder | Abstract class representing a directory. | ||
| Lucy::Store::InStream | |||
| Lucy::Store::Lock | Abstract class representing an interprocess mutex lock. | ||
| Lucy::Store::LockErr | Lock exception. | ||
| Lucy::Store::LockFactory | Create Locks. | ||
| Lucy::Store::OutStream | |||
| Lucy::Store::RAMFile | |||
| Lucy::Store::RAMFileHandle | |||
| Lucy::Store::RAMFolder | In-memory Folder implementation. | ||
| Lucy::Test | |||
| Lucy::Test::TestCharmonizer | |||
| 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 | Read a Doc as a fixed-width byte array. | ||
| LucyX::Index::ByteBufDocWriter | Write a Doc as a fixed-width byte array. | ||
| LucyX::Index::LongFieldSim | Similarity optimized for long fields. | ||
| LucyX::Index::ZlibDocReader | Compressed doc storage. | ||
| LucyX::Index::ZlibDocWriter | Compressed doc storage. | ||
| LucyX::Remote::SearchClient | Connect to a remote SearchServer. | ||
| LucyX::Remote::SearchServer | Make a Searcher remotely accessible. | ||
| LucyX::Search::Filter | Build a caching filter based on results of a Query. | ||
| LucyX::Search::FilterCompiler | |||
| LucyX::Search::FilterMatcher | |||
| LucyX::Search::MockMatcher | Matcher with arbitrary docs and scores. | ||
| LucyX::Search::ProximityQuery | Query matching an ordered list of terms. |
| Lucy::Docs::Cookbook | Apache Lucy recipes.   |
| Lucy::Docs::Cookbook::CustomQuery | Sample subclass of Query.   |
| Lucy::Docs::Cookbook::CustomQueryParser | Sample subclass of QueryParser.   |
| Lucy::Docs::Cookbook::FastUpdates | Near real-time index updates.   |
| Lucy::Docs::DevGuide | Quick-start guide to hacking on Apache Lucy.   |
| Lucy::Docs::DocIDs | Characteristics of Apache Lucy document ids.   |
| Lucy::Docs::FileFormat | Overview of index file format.   |
| Lucy::Docs::FileLocking | Manage indexes on shared volumes.   |
| Lucy::Docs::IRTheory | Crash course in information retrieval.   |
| Lucy::Docs::Tutorial | Step-by-step introduction to Apache Lucy.   |
| Lucy::Docs::Tutorial::Analysis | How to choose and use Analyzers.   |
| Lucy::Docs::Tutorial::BeyondSimple | A more flexible app structure.   |
| Lucy::Docs::Tutorial::FieldType | Specify per-field properties and behaviors.   |
| Lucy::Docs::Tutorial::Highlighter | Augment search results with highlighted excerpts.   |
| Lucy::Docs::Tutorial::QueryObjects | Use Query objects instead of query strings.   |
| Lucy::Docs::Tutorial::Simple | Bare-bones search app.   |