Man Page: plucene::search::prefixquery
Operating Environment: debian
Section: 3pm
Plucene::Search::PrefixQuery(3pm) User Contributed Perl Documentation Plucene::Search::PrefixQuery(3pm)NAMEPlucene::Search::TermQuery - a query that matches terms beginning with a stringSYNOPSIS# isa Plucene::Search::Query $prefix_query->normalize($norm); my $ssw = $prefix_query->sum_squared_weights($searcher); my $as_string = $prefix_query->to_string($field);DESCRIPTIONA query that matches a document containing terms beginning with the given string. to_string $q->to_string Convert the query to a readable string format sum_squared_weights The sum sqaured weights of the query. normalize Normalize the query. perl v5.12.4 2011-08-14 Plucene::Search::PrefixQuery(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |