CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     P     > >     Plucene
Distribution Plucene [Download]
Author TMTM [ Tony Bowden ]
Version 1.25
Abstract A Perl port of the Lucene search engine
Released 26 Aug 2006
Size 327.4 KB
MD5 Checksum f28a0477a95a7719ffe8593fa0cb2b13
Additional Files README   |   META   |   Changes   |   Makefile.PL   |   Build.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites Bit::Vector::Minimal  |   Class::Virtual  |   Encode  |   IO::File  |   IO::Scalar  |   Lingua::Stem::En  |   List::Util  |   Memoize  |   Tie::Array::Sorted  |  

Modules

Plucene  [source]   [v 1.25] A Perl port of the Lucene search engine
Plucene::Analysis::Analyzer  [source] base class for Analyzers
Plucene::Analysis::CharTokenizer  [source] base class for character tokenisers
Plucene::Analysis::LetterTokenizer  [source] Letter tokenizer
Plucene::Analysis::LowerCaseFilter  [source] normalises token text to lower case
Plucene::Analysis::LowerCaseTokenizer  [source] tokenizer which also lower cases text
Plucene::Analysis::PorterStemFilter  [source] Porter stemming on the token stream
Plucene::Analysis::SimpleAnalyzer  [source] The simple analyzer
Plucene::Analysis::Standard::StandardAnalyzer  [source] standard analyzer
Plucene::Analysis::Standard::StandardTokenizer  [source] standard tokenizer
Plucene::Analysis::StopAnalyzer  [source] the stop-word analyzer
Plucene::Analysis::StopFilter  [source] the stop filter
Plucene::Analysis::Token  [source] A term in a field
Plucene::Analysis::TokenFilter  [source] base class for token filters
Plucene::Analysis::Tokenizer  [source] base class for tokenizers
Plucene::Analysis::WhitespaceAnalyzer  [source] white space analyzer
Plucene::Analysis::WhitespaceTokenizer  [source] white space tokenizer
Plucene::Bitvector  [source] a vector of bits
Plucene::Document  [source] The unit of indexing and searching
Plucene::Document::DateSerializer  [source] Utility functions for dealing with dates
Plucene::Document::Field  [source] A field in a Plucene::Document
Plucene::Index::DocumentWriter  [source] the document writer
Plucene::Index::FieldInfos  [source] a collection of FieldInfo objects
Plucene::Index::FieldsReader  [source] read Fields in a Document
Plucene::Index::FieldsWriter  [source] writes Fields to a Document
Plucene::Index::Reader  [source] Abstract class for accessing an index
Plucene::Index::SegmentInfo  [source] Information on a Segment
Plucene::Index::SegmentInfos  [source] A collection of SegmentInfo objects
Plucene::Index::SegmentMergeInfo  [source] Segment Merge information
Plucene::Index::SegmentMerger  [source] the Segment merger
Plucene::Index::SegmentReader  [source] the Segment reader
Plucene::Index::SegmentsReader  [source] reads the segments
Plucene::Index::SegmentsTermEnum
Plucene::Index::SegmentTermDocs  [source] Segment term docs
Plucene::Index::SegmentTermEnum  [source] Segment term enum
Plucene::Index::SegmentTermPositions  [source] Segment term positions
Plucene::Index::Term  [source] a word from text
Plucene::Index::TermInfo  [source] Information on an index term
Plucene::Index::TermInfosReader  [source] read the term infos file
Plucene::Index::TermInfosWriter  [source] write to the term infos file
Plucene::Index::Writer  [source] write an index.
Plucene::QueryParser  [source] Turn query strings into Plucene::Search::Query objects
Plucene::Search::BooleanClause  [source] A clause in a boolean query
Plucene::Search::BooleanQuery  [source] a boolean query
Plucene::Search::BooleanScorer  [source] A boolean scorer
Plucene::Search::DateFilter  [source] Restrict searches to given time periods
Plucene::Search::Filter  [source] A search filter base class
Plucene::Search::HitCollector
Plucene::Search::Hits  [source] A list of ranked documents
Plucene::Search::IndexSearcher  [source] The index searcher
Plucene::Search::PhrasePositions  [source] The position of a phrase
Plucene::Search::PhraseQuery  [source] A query that matchs a phrase
Plucene::Search::PhraseScorer  [source] a phrase scorer
Plucene::Search::PhraseScorer::Exact  [source] exact phrase scorer
Plucene::Search::PhraseScorer::Sloppy  [source] sloppy phrase scorer
Plucene::Search::PrefixQuery
Plucene::Search::Query  [source] base class for queries
Plucene::Search::Scorer  [source] base class for scorers
Plucene::Search::Searcher  [source] base class for searchers
Plucene::Search::Similarity  [source] the score of a query
Plucene::Search::TermQuery  [source] a query that contains a term
Plucene::Search::TermScorer  [source] score terms
Plucene::Search::TopDocs  [source] The top hits for a query
Plucene::Store::InputStream  [source] a random-access input stream
Plucene::Store::OutputStream  [source] a random-access output stream
Plucene::TestCase  [source] Handy functions when testing Plucene
Plucene::Utils  [source] Utility class for Plucene

Categories

Development Support    >>     Plucene
String Lang Text Proc    >>     Plucene

Win32 PPM packages for "Plucene"

ActiveState default Perl 5.10 repository   [  v 1.25   ]
ActiveState default Perl 5.12 repository   [  v 1.25   ]
ActiveState default Perl 5.8 repository   [  v 1.25   ]
trouchelle.com Perl 5.10 repository   [  v 1.20   ]
trouchelle.com Perl 5.12 repository   [  v 1.25   ]
trouchelle.com Perl 5.8 repository   [  v 1.25   ]
uwinnipeg Perl 5.8 repository   [  v 1.24   ]

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