Pages du manuel Linux : Fonctions des bibliothèques / pm

Plucene
A Perl port of the Lucene search engine
Plucene::Analysis::Analyzer
base class for Analyzers
Plucene::Analysis::CharTokenizer
base class for character tokenisers
Plucene::Analysis::LetterTokenizer
Letter tokenizer
Plucene::Analysis::LowerCaseFilter
normalises token text to lower case
Plucene::Analysis::LowerCaseTokenizer
tokenizer which also lower cases text
Plucene::Analysis::PorterStemFilter
Porter stemming on the token stream
Plucene::Analysis::SimpleAnalyzer
The simple analyzer
Plucene::Analysis::Standard::StandardAnalyzer
standard analyzer
Plucene::Analysis::Standard::StandardTokenizer
standard tokenizer
Plucene::Analysis::StopAnalyzer
the stop-word analyzer
Plucene::Analysis::StopFilter
the stop filter
Plucene::Analysis::Token
A term in a field
Plucene::Analysis::TokenFilter
base class for token filters
Plucene::Analysis::Tokenizer
base class for tokenizers
Plucene::Analysis::WhitespaceAnalyzer
white space analyzer
Plucene::Analysis::WhitespaceTokenizer
white space tokenizer
Plucene::Bitvector
a vector of bits
Plucene::Document
The unit of indexing and searching
Plucene::Document::DateSerializer
Utility functions for dealing with dates
Plucene::Document::Field
A field in a Plucene::Document
Plucene::Index::DocumentWriter
the document writer
Plucene::Index::FieldInfos
a collection of FieldInfo objects
Plucene::Index::FieldsReader
read Fields in a Document
Plucene::Index::FieldsWriter
writes Fields to a Document
Plucene::Index::Reader
Abstract class for accessing an index
Plucene::Index::SegmentInfo
Information on a Segment
Plucene::Index::SegmentInfos
A collection of SegmentInfo objects
Plucene::Index::SegmentMergeInfo
Segment Merge information
Plucene::Index::SegmentMerger
the Segment merger
Plucene::Index::SegmentReader
the Segment reader
Plucene::Index::SegmentsReader
reads the segments
Plucene::Index::SegmentsTermEnum
Plucene::Index::SegmentsTermEnum
Plucene::Index::SegmentTermDocs
Segment term docs
Plucene::Index::SegmentTermEnum
Segment term enum
Plucene::Index::SegmentTermPositions
Segment term positions
Plucene::Index::Term
a word from text
Plucene::Index::TermInfo
Information on an index term
Plucene::Index::TermInfosReader
read the term infos file
Plucene::Index::TermInfosWriter
write to the term infos file
Plucene::Index::Writer
write an index.
Plucene::QueryParser
Turn query strings into Plucene::Search::Query objects
Plucene::Search::BooleanClause
A clause in a boolean query
Plucene::Search::BooleanQuery
a boolean query
Plucene::Search::BooleanScorer
A boolean scorer
Plucene::Search::DateFilter
Restrict searches to given time periods
Plucene::Search::Filter
A search filter base class
Plucene::Search::HitCollector
Plucene::Search::HitCollector
Plucene::Search::Hits
A list of ranked documents
Plucene::Search::IndexSearcher
The index searcher