Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Search::PrefixQuery

Name Plucene::Search::PrefixQuery
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Search/PrefixQuery.pm
Is Core No
Search CPAN for this module Plucene::Search::PrefixQuery
Documentation Plucene::Search::PrefixQuery
Module Details Plucene::Search::PrefixQuery

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026