DOKK / manpages / debian 12 / libplucene-perl / Plucene::Search::PrefixQuery.3pm.en
Plucene::Search::PrefixQuery(3pm) User Contributed Perl Documentation Plucene::Search::PrefixQuery(3pm)

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

        # isa Plucene::Search::Query
        $prefix_query->normalize($norm);
        my       $ssw = $prefix_query->sum_squared_weights($searcher);
        my $as_string = $prefix_query->to_string($field);

A query that matches a document containing terms beginning with the given string.

        $q->to_string

Convert the query to a readable string format

The sum sqaured weights of the query.

Normalize the query.

2022-12-04 perl v5.36.0