Plucene::Search::Similarity - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME DESCRIPTION METHODS
NAME
    Plucene::Search::Similarity - the score of a query

DESCRIPTION
    The score of a query for a given document.

METHODS
  norm
            my $norm = $sim->norm($num_term);

  byte_norm
            my $byte_norm = $sim->byte_norm($byte);

  tf
    Computes a score factor based on a term or phrase's frequency in a
    document.

  idf
    Computes a score factor for a phrase.

  coord
    Computes a score factor based on the fraction of all query terms that a
    document contains.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:46 @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