The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "plucene"

Plucene - A Perl port of the Lucene search engine River stage two • 6 direct dependents • 19 total dependents

Plucene is a fully-featured and highly customizable search engine toolkit based on the Lucene API. (<http://jakarta.apache.org/lucene>) It is not, in and of itself, a functional search engine - you are expected to subclass and tie all the pieces toge...

TMTM/Plucene-1.25 - 26 Aug 2006 19:25:08 UTC - Search in distribution

Plucene::Simple - An interface to Plucene River stage one • 3 direct dependents • 6 total dependents

This provides a simple interface to Plucene. Plucene is large and multi-featured, and it expected that users will subclass it, and tie all the pieces together to suit their own needs. Plucene::Simple is, therefore, just one way to use Plucene. It's n...

STRYTOAST/PluceneSimple-1.04 - 17 Mar 2004 14:42:16 UTC - Search in distribution

Plucene::SearchEngine - Perl extension for blah blah blah River stage one • 3 direct dependents • 3 total dependents

Stub documentation for Plucene::SearchEngine, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah. EXPORT None by default....

SIMON/Plucene-SearchEngine-1.1 - 19 Aug 2004 10:03:18 UTC - Search in distribution

Email::Store::Plucene - Search your Email::Store with Plucene River stage one • 2 direct dependents • 3 total dependents

This module adds Plucene indexing to Email::Store's indexing. Whenever a mail is indexed, an entry will be added in the Plucene index which is located at $Email::Store::Plucene::index_path. If you don't change this variable, you'll end up with an ind...

SIMON/Email-Store-Plucene-0.02 - 19 Jun 2004 14:29:35 UTC - Search in distribution

Kwiki::Search::Plucene - Plucene powered Kwiki search engine River stage zero No dependents

This plugin is intend to be an alternative of Kwiki::Search, which use a simple 'grep' upon search, and will be slow after the number of pages grow larger and larger. It use Plucene::Simple to index page content upon saving. Plucene is a Perl port of...

GUGOD/Kwiki-Search-Plucene-0.03 - 09 Feb 2005 10:19:57 UTC - Search in distribution

Plucene::Analysis::UTF8 - Perl extension for UTF8 string in Plucene River stage zero No dependents

This module are dealing with UTF-8 string, to generate unigram and bigram terms to Plucene....

GSLIN/Plucene-Analysis-UTF8-0.02 - 25 Jul 2007 02:35:25 UTC - Search in distribution

Catalyst::Model::Plucene - Plucene Model Class River stage zero No dependents

This is the "Plucene" model class. new Sets path from model config. Defaults to /tmp/index...

MRAMBERG/Catalyst-Model-Plucene-0.02 - 15 Apr 2005 16:54:57 UTC - Search in distribution

Plucene::Plugin::FileDocument - turn a file into a document River stage zero No dependents

This is a Plucene::Document subclass for indexing an entire file on disk....

TMTM/Plucene-Plugin-FileDocument-1.01 - 06 Sep 2005 18:24:42 UTC - Search in distribution

Wiki::Toolkit::Search::Plucene - Use Plucene to search your Wiki::Toolkit wiki. River stage one • 6 direct dependents • 6 total dependents

BOB/Wiki-Toolkit-0.87 - 18 Jan 2021 10:01:46 UTC - Search in distribution

Catalyst::Model::Search::Plucene - Index and search using Plucene River stage zero No dependents

This model implements the standard Catalyst::Model::Search interface to a Plucene index....

MRAMBERG/Catalyst-Model-Search-0.03 - 19 Nov 2007 19:54:13 UTC - Search in distribution

Plucene::SearchEngine::Index::XLS - a Plucene backend for indexing Microsoft Excel spreadsheets River stage zero No dependents

This backend converts the .xls file into text file and the text file is used similar to Text.pm module. This code is not currently actively maintained....

DOHERTY/Plucene-SearchEngine-Index-MSOffice-0.001 - 02 Nov 2012 19:28:58 UTC - Search in distribution

Plucene::SearchEngine::Index::RSS - Index RSS files River stage zero No dependents

This examines RSS files and creates document hashes for individual items in the feed. The objects have the following Plucene fields: modified The date that this article was published. creator The creator, if one was specified. feed The name of the fe...

SIMON/Plucene-SearchEngine-Index-RSS-0.02 - 19 Aug 2004 11:44:54 UTC - Search in distribution

Plucene::SearchEngine::Index::Image - Backend for mining data about images River stage zero No dependents

Upon installation, this acts as a handler for images, using "Image::Info" to populate the following Plucene fields: size The dimensions of the image. text Any comments found in the image. subtype The type of image. ("jpg", "png", etc.) created A Pluc...

SIMON/Plucene-SearchEngine-Index-Image-0.01 - 19 Aug 2004 07:21:06 UTC - Search in distribution

Plucene::Plugin::WeightedQueryParser - Specify weights for unqualified terms River stage zero No dependents

Quite often, you want unqualified search terms ("hello") to search in either the title, the body or some other part of you document. The usual way to do this is to create another field, "content", and throw everything in that, then make that the defa...

SIMON/Plucene-Plugin-WeightedQueryParser-1.0 - 23 Feb 2004 14:39:47 UTC - Search in distribution

Plucene::Plugin::Analyzer::PorterAnalyzer - the Porter Stemmed analyzer River stage zero No dependents

Filters LowerCaseTokenizer with PorterStemFilter....

SIMON/Plucene-Plugin-Analyzer-PorterAnalyzer-1.0 - 12 Feb 2004 15:47:59 UTC - Search in distribution

Plucene::Plugin::Analyzer::SnowballFilter - Snowball stemming on the token stream River stage zero No dependents

This class transforms the token stream as per the Snowball stemming algorithm. You can find more information on the Snowball algorithm at http://snwoball.tartarus.org/....

FABPOT/Plucene-Plugin-Analyzer-SnowballAnalyzer-1.1 - 01 May 2004 09:12:49 UTC - Search in distribution

Plucene::Plugin::Analyzer::MetaphoneFilter - Metaphone filter on the token stream River stage zero No dependents

This class transforms the token stream as per the Metaphone algorithm. You can find more information on the Metaphone algorithm at Text::Metaphone...

ALANSZ/Plucene-Plugin-Analyzer-MetaphoneAnalyzer-1.02 - 14 Aug 2007 02:48:18 UTC - Search in distribution

MyLibrary River stage zero No dependents

This tutorial gives the reader an overview of how to use the MyLibrary modules. It is only an introduction. The reader is expected to understand the principles of basic object-oriented Perl programming. By the end of the tutorial the reader should be...

EMORGAN/MyLibrary-3.0.4 - 06 Sep 2007 20:15:56 UTC - Search in distribution

Freq - An inverted text index. River stage zero No dependents

IWOODHEAD/Freq-0.22 - 11 Feb 2005 02:48:15 UTC - Search in distribution

Lucene - API to the C++ port of the Lucene search engine River stage one • 1 direct dependent • 1 total dependent

Like it or not Lucene has become the de-facto standard for open-source high-performance search. It has a large user-base, is well documented and has plenty of committers. Unfortunately until recently Lucene was entirely written in Java and therefore ...

TBUSCH/Lucene-0.18 - 27 Sep 2007 18:15:28 UTC - Search in distribution
31 results (0.03 seconds)