Plucene 1.25
Sponsored Links
Plucene 1.25 Ranking & Summary
File size:
0.32 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
856
Date added:
2007-06-23
Publisher:
Tony Bowden and Marty Pauley
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);
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
Plucene 1.25 Keywords
Plucene 1.25
lucene search engine
search engine
lucene search
Plucene
new
search
doc
port
query
Plucene 1.25
Libraries
Programming
Bookmark Plucene 1.25
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
search engines
search engine optimization
blog search engine
search engine list
best search engine
plucene performance
top ten search engines
search engine placement
meta search engines
google search engine
search engine optimization company
search engine optimization services
ask jeeves search engine
adult search engines
video search engines
search engine optimization seo
search engine optimisation
searchbug
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
Latest Software
Popular Software
Favourite Software