plucene::index::term(3pm) debian man page | unix.com

Man Page: plucene::index::term

Operating Environment: debian

Section: 3pm

Plucene::Index::Term(3pm)				User Contributed Perl Documentation				 Plucene::Index::Term(3pm)

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. perl v5.12.4 2011-08-14 Plucene::Index::Term(3pm)
Related Man Pages
plucene::document::field(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::search::termquery(3pm) - debian
plucene::testcase(3pm) - debian
term::filter::callback(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
My first PERL incarnation... Audio Oscillograph