Man Pages in
libplucene-perl
Carta.tech
Packages
libplucene-perl
67
Section 3pm:
Library calls
Plucene.3pm
A perl port of the lucene search engine
Plucene::Analysis::Analyzer.3pm
Base class for analyzers
Plucene::Analysis::CharTokenizer.3pm
Base class for character tokenisers
Plucene::Analysis::LetterTokenizer.3pm
Letter tokenizer
Plucene::Analysis::LowerCaseFilter.3pm
Normalises token text to lower case
Plucene::Analysis::LowerCaseTokenizer.3pm
Tokenizer which also lower cases text
Plucene::Analysis::PorterStemFilter.3pm
Porter stemming on the token stream
Plucene::Analysis::SimpleAnalyzer.3pm
The simple analyzer
Plucene::Analysis::Standard::StandardAnalyzer.3pm
Standard analyzer
Plucene::Analysis::Standard::StandardTokenizer.3pm
Standard tokenizer
Plucene::Analysis::StopAnalyzer.3pm
The stop-word analyzer
Plucene::Analysis::StopFilter.3pm
The stop filter
Plucene::Analysis::Token.3pm
A term in a field
Plucene::Analysis::TokenFilter.3pm
Base class for token filters
Plucene::Analysis::Tokenizer.3pm
Base class for tokenizers
Plucene::Analysis::WhitespaceAnalyzer.3pm
White space analyzer
Plucene::Analysis::WhitespaceTokenizer.3pm
White space tokenizer
Plucene::Bitvector.3pm
A vector of bits
Plucene::Document.3pm
The unit of indexing and searching
Plucene::Document::DateSerializer.3pm
Utility functions for dealing with dates
Plucene::Document::Field.3pm
A field in a plucene::document
Plucene::Index::DocumentWriter.3pm
The document writer
Plucene::Index::FieldInfos.3pm
A collection of fieldinfo objects
Plucene::Index::FieldsReader.3pm
Read fields in a document
Plucene::Index::FieldsWriter.3pm
Writes fields to a document
Plucene::Index::Reader.3pm
Abstract class for accessing an index
Plucene::Index::SegmentInfo.3pm
Information on a segment
Plucene::Index::SegmentInfos.3pm
A collection of segmentinfo objects
Plucene::Index::SegmentMergeInfo.3pm
Segment merge information
Plucene::Index::SegmentMerger.3pm
The segment merger
Plucene::Index::SegmentReader.3pm
The segment reader
Plucene::Index::SegmentTermDocs.3pm
Segment term docs
Plucene::Index::SegmentTermEnum.3pm
Segment term enum
Plucene::Index::SegmentTermPositions.3pm
Segment term positions
Plucene::Index::SegmentsReader.3pm
Reads the segments
Plucene::Index::SegmentsTermEnum.3pm
Plucene::index::segmentstermenum
Plucene::Index::Term.3pm
A word from text
Plucene::Index::TermInfo.3pm
Information on an index term
Plucene::Index::TermInfosReader.3pm
Read the term infos file
Plucene::Index::TermInfosWriter.3pm
Write to the term infos file
Plucene::Index::Writer.3pm
Write an index.
Plucene::QueryParser.3pm
Turn query strings into plucene::search::query objects
Plucene::Search::BooleanClause.3pm
A clause in a boolean query
Plucene::Search::BooleanQuery.3pm
A boolean query
Plucene::Search::BooleanScorer.3pm
A boolean scorer
Plucene::Search::DateFilter.3pm
Restrict searches to given time periods
Plucene::Search::Filter.3pm
A search filter base class
Plucene::Search::HitCollector.3pm
Plucene::search::hitcollector
Plucene::Search::Hits.3pm
A list of ranked documents
Plucene::Search::IndexSearcher.3pm
The index searcher
Plucene::Search::PhrasePositions.3pm
The position of a phrase
Plucene::Search::PhraseQuery.3pm
A query that matchs a phrase
Plucene::Search::PhraseScorer.3pm
A phrase scorer
Plucene::Search::PhraseScorer::Exact.3pm
Exact phrase scorer
Plucene::Search::PhraseScorer::Sloppy.3pm
Sloppy phrase scorer
Plucene::Search::PrefixQuery.3pm
A query that matches terms beginning with a string
Plucene::Search::Query.3pm
Base class for queries
Plucene::Search::Scorer.3pm
Base class for scorers
Plucene::Search::Searcher.3pm
Base class for searchers
Plucene::Search::Similarity.3pm
The score of a query
Plucene::Search::TermQuery.3pm
A query that contains a term
Plucene::Search::TermScorer.3pm
Score terms
Plucene::Search::TopDocs.3pm
The top hits for a query
Plucene::Store::InputStream.3pm
A random-access input stream
Plucene::Store::OutputStream.3pm
A random-access output stream
Plucene::TestCase.3pm
Handy functions when testing plucene
Plucene::Utils.3pm
Utility class for plucene