table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.2.25.5-1.15
 - Leap-15.6
 
| Xapian::TradWeight(3) | User Contributed Perl Documentation | Xapian::TradWeight(3) | 
NAME¶
Search::Xapian::TradWeight - Traditional Probabilistic Weighting scheme.
DESCRIPTION¶
Traditional Probabilistic Weighting scheme, as described by the early papers on Probabilistic Retrieval. BM25 generally gives better results.
METHODS¶
- new
 - Constructor. Either takes no parameters, or a single non-negative parameter k. If k isn't specified, the default value used is 1.
 
SEE ALSO¶
Search::Xapian, Search::Xapian::Enquire
| 2022-02-28 | perl v5.42.0 |