debian man page for kinosearch1::search::phrasequery

Query: kinosearch1::search::phrasequery

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KinoSearch1::Search::PhraseQuery(3pm)			User Contributed Perl Documentation		     KinoSearch1::Search::PhraseQuery(3pm)

NAME
KinoSearch1::Search::PhraseQuery - match ordered list of Terms
SYNOPSIS
my $phrase_query = KinoSearch1::Search::PhraseQuery->new; for ( qw( the who ) ) { my $term = KinoSearch1::Index::Term( 'bodytext', $_ ); $phrase_query->add_term($term); } my $hits = $searcher->search( query => $phrase_query );
DESCRIPTION
PhraseQuery is a subclass of KinoSearch1::Search::Query for matching against ordered collections of terms.
METHODS
new my $phrase_query = KinoSearch1::Search::PhraseQuery->new; Constructor. Takes no arguments. add_term $phrase_query->add_term($term); Append a term to the phrase to be matched. Takes one argument, a KinoSearch1::Index::Term object.
COPYRIGHT
Copyright 2005-2010 Marvin Humphrey LICENSE, DISCLAIMER, BUGS, etc. See KinoSearch1 version 1.00. perl v5.14.2 2011-11-15 KinoSearch1::Search::PhraseQuery(3pm)
Related Man Pages
kinosearch1::analysis::polyanalyzer(3pm) - debian
kinosearch1::analysis::stopalizer(3pm) - debian
kinosearch1::queryparser::queryparser(3pm) - debian
kinosearch1::search::multisearcher(3pm) - debian
kinosearch1::searcher(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph