Home
Documentation
Recent
Preferences
Modules
Distributions
Authors
Find
in
Distributions
Modules
Authors
Categories
Modules
> >
L
> >
Lucy
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::Indexer
Build inverted indexes.
Lucy::Index::IndexManager
Policies governing index updating, locking, and file deletion.
Lucy::Index::IndexReader
Read from an inverted index.
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::Segment
Warehouse for information about one segment of an inverted index.
Lucy::Index::SegPostingList
Lucy::Index::SegReader
Single-segment IndexReader.
Lucy::Index::SegWriter
Write one segment of an 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::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::NoMatchQuery
Query which matches no documents.
Lucy::Search::NOTMatcher
Lucy::Search::NOTQuery
Invert the result set of another Query.
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::FileHandle
Lucy::Store::Folder
Abstract class representing a directory.
Lucy::Store::FSFileHandle
Lucy::Store::FSFolder
File System implementation of Folder.
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::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
Problems, suggestions, or comments to
Randy Kobes
.
Questions? Check the
FAQ
.
Enable installations using
PAR::WebStart
.