Plucene::Index::Term(3pm) - phpMan

Command: man perldoc info search(apropos)  


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 ele-
       ments, 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.8.8                                 2008-03-01                  Plucene::Index::Term(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 00:52 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!