KinoSearch1::Search::QueryFilter 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::QUserFContributed PerlKinoSearch1::Search::QueryFilter(3)

NAME
       KinoSearch1::Search::QueryFilter - build a filter based on results of a
       query

SYNOPSIS
	   my $books_only_query	 = KinoSearch1::Search::TermQuery->new(
	       term => KinoSearch1::Index::Term->new( 'category', 'books' );
	   );
	   my $filter = KinoSearch1::Search::QueryFilter->new(
	       query => $books_only_query;
	   );
	   my $hits = $searcher->search(
	       query  => $query_string,
	       filter => $filter,
	   );

DESCRIPTION
       A QueryFilter spawns a result set that can be used to filter the
       results of another query.  The effect is very similar to adding a
       required clause to a BooleanQuery -- however, a QueryFilter caches its
       results, so it is more efficient if you use it more than once.

METHODS
   new
	   my $filter = KinoSearch1::Search::QueryFilter->new(
	       query => $query;
	   );

       Constructor.  Takes one hash-style parameter, "query", which must be an
       object belonging to a subclass of KinoSearch1::Search::Query.

COPYRIGHT
       Copyright 2005-2010 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.
       See KinoSearch1 version 1.01.

perl v5.14.1			  2011-06-2KinoSearch1::Search::QueryFilter(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