Main > Programming > Libraries >

Plucene 1.25

Plucene 1.25

Sponsored Links

Plucene 1.25 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.32 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 856
Date added: 2007-06-23

Plucene 1.25 description

Plucene is a Perl port of the Lucene search engine.

SYNOPSIS

Create Documents by adding Fields:

my $doc = Plucene::Document->new;
$doc->add(Plucene::Document::Field->Text(content => $content));
$doc->add(Plucene::Document::Field->Text(author => "Your Name"));

Choose Your Analyser and add documents to an Index Writer

my $analyzer = Plucene::Analysis::SimpleAnalyzer->new();
my $writer = Plucene::Index::Writer->new("my_index", $analyzer, 1);

$writer->add_document($doc);
undef $writer; # close

Search by building a Query

my $parser = Plucene::QueryParser->new({
analyzer => Plucene::Analysis::SimpleAnalyzer->new(),
default => "text" # Default field for non-specified queries
});
my $query = $parser->parse(author:"Your Name");

Then pass the Query to an IndexSearcher and collect hits

my $searcher = Plucene::Search::IndexSearcher->new("my_index");

my @docs;
my $hc = Plucene::Search::HitCollector->new(collect => sub {
my ($self, $doc, $score) = @_;
push @docs, $searcher->doc($doc);
});

$searcher->search_hc($query => $hc);

Plucene 1.25 Screenshot

Advertisements

Plucene 1.25 Keywords

Bookmark Plucene 1.25

Hyperlink code:
Link for forum:

Plucene 1.25 Copyright

WareSeeker periodically updates pricing and software information of Plucene 1.25 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Plucene 1.25 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Lucene is a Perl API to the C++ port of the Lucene search engine. Free Download
OurNet::Query is a Perl module for scriptable queries with template extraction. Free Download
Plucene::Analysis::PorterStemFilter - Porter stemming on the token stream. Free Download
Clustybar is an extension which offers several features to help you find information more quickly and easily. Free Download
Googolplex is just a Python class to do a query on Google search engine, parse it and returns the result as a list. Free Download
Apache::MiniWiki is a miniature Wiki for Apache. Free Download
htdoogle project consists in a Web interface for the HTDIG search engine. Free Download
SEOlizer is a GPL application that generates web pages of analysis, from webserver log files (Apache, etc). Free Download