Plucene::Search::PrefixQuery - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION
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

  sum_squared_weights
    The sum sqaured weights of the query.

  normalize
    Normalize the query.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:58 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top