Query: plucene::index::term
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Index::Term(3pm) User Contributed Perl Documentation Plucene::Index::Term(3pm)NAMEPlucene::Index::Term - a word from textSYNOPSISmy $term = Plucene::Index::Term->new({ field => $field_name, text => $text, }); # with two Plucene::Index::Term objects you can do: if ($term1->eq($term2)) { ... } # etcDESCRIPTIONA 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.METHODSeq / ne / lt / gt / ge / le Exactly what you would think they are. perl v5.12.4 2011-08-14 Plucene::Index::Term(3pm)
Similar Topics in the Unix Linux Community |
---|
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |