Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Index::Term

Name Plucene::Index::Term
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Index/Term.pm
Is Core No
Search CPAN for this module Plucene::Index::Term
Documentation Plucene::Index::Term
Module Details Plucene::Index::Term

NAME

Plucene::Index::Term - a word from text


SYNOPSIS

        my $term = Plucene::Index::Term->new({
                        field => $field_name,
                        text  => $text,
        });
        # with two Plucene::Index::Term objects you can do:

        if ($term1->eq($term2)) { ... }
        # etc

=head1 DESCRIPTION

A Term represents a word from text, and is the unit of search. It is composed of two elements, the text of the word, as a string, and the name of the field that the text occured in, as a string.

Note that terms may represent more than words from text fields, but also things like dates, email addresses, urls, etc.


METHODS

eq / ne / lt / gt / ge / le

Exactly what you would think they are.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026