Plucene::Index::Term - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
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

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.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:48 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top