KinoSearch1::Search::PhraseQuery man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

KinoSearch1::Search::PUsereContributed PerlKinoSearch1::Search::PhraseQuery(3)

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.01.

perl v5.14.1			  2011-06-2KinoSearch1::Search::PhraseQuery(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net