Stray Taoist > Plucene-1.0 > Plucene::Search::TermQuery

Download:
Plucene-1.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  4
View Bugs
Report a bug
Source   Latest Release: Plucene-1.25

NAME ^

Plucene::Search::TermQuery - a query that matches terms beginning with a string

SYNOPSIS ^

        # isa Plucene::Search::Query

        $prefix_query->normalize($norm);

        my       $ssw = $prefix_query->sum_squared_weights($searcher);
        my $as_string = $prefix_query->to_string($field);

DESCRIPTION ^

A 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