plucene::queryparser(3pm) debian man page | unix.com

Man Page: plucene::queryparser

Operating Environment: debian

Section: 3pm

Plucene::QueryParser(3pm)				User Contributed Perl Documentation				 Plucene::QueryParser(3pm)

NAME
Plucene::QueryParser - Turn query strings into Plucene::Search::Query objects
SYNOPSIS
my $p = Plucene::QueryParser->new({ analyzer => Plucene::Analysis::Analyzer $a, default => "text" }); my Plucene::Search::Query $q = $p->parse("foo bar:baz");
DESCRIPTION
This module is responsible for turning a query string into a Plucene::Query object. It needs to have an Analyzer object to help it tokenize incoming queries, and it also needs to know the default field to be used if no field is given in the query string.
METHODS
new my $p = Plucene::QueryParser->new({ analyzer => Plucene::Analysis::Analyzer $a, default => "text" }); Construct a new query parser parse my Plucene::Search::Query $q = $p->parse("foo bar:baz"); Turns the string into a query object. perl v5.12.4 2011-08-14 Plucene::QueryParser(3pm)
Related Man Pages
kinosearch1::queryparser::queryparser(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentsreader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?