GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plucene::Index::Term(3) User Contributed Perl Documentation Plucene::Index::Term(3)

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

        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

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.

Exactly what you would think they are.
2005-09-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.