search::gin::query::manual(3pm) debian man page | unix.com

Man Page: search::gin::query::manual

Operating Environment: debian

Section: 3pm

Search::GIN::Query::Manual(3pm) 			User Contributed Perl Documentation			   Search::GIN::Query::Manual(3pm)

NAME
Search::GIN::Query::Manual - Create manual GIN queries
VERSION
version 0.08
SYNOPSIS
use Search::GIN::Query::Manual; my $query = Search::GIN::Query::Manual->new( values => { name => 'Homer', } );
DESCRIPTION
Creates a manual GIN query that can be used to search records in a storage. Unlike the stock GIN queries (Search::GIN::Query::Class, Search::GIN::Query::Attributes), with this object you define your search manually, allowing you to create any search you want.
METHODS
/SUBROUTINES new Creates a new query.
ATTRIBUTES
values The keys and values to build the query for.
AUTHOR
Yuval Kogman <nothingmuch@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Yuval Kogman, Infinity Interactive. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.10.1 2011-01-31 Search::GIN::Query::Manual(3pm)
Related Man Pages
cgi::application::plugin::devpopup::query(3pm) - debian
plucene::search::termquery(3pm) - debian
rdf::redland::query(3pm) - debian
search::gin::query::class(3pm) - debian
wiki::toolkit::search::sii(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results