Query: plucene::queryparser
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::QueryParser(3pm) User Contributed Perl Documentation Plucene::QueryParser(3pm)NAMEPlucene::QueryParser - Turn query strings into Plucene::Search::Query objectsSYNOPSISmy $p = Plucene::QueryParser->new({ analyzer => Plucene::Analysis::Analyzer $a, default => "text" }); my Plucene::Search::Query $q = $p->parse("foo bar:baz");DESCRIPTIONThis 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.METHODSnew 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)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Weird 'find' results |
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)? |