Profiling Engine SDK
Operator Reference

Operator Reference
Operator List
Topical List
   
 
Query Language
Introduction
Summary
Operators
Tips, Questions, and Answers
   
 
Main Index
Index
Tutorial
API Functions
Query Language
   
Technology Overview
   
Contact Us
   
 
Other Products
Onix Text Search and Retrieval Engine
Brevity Document Summarizer
Lextek Document Profiler & Categorizer
RouteX Document Routing Engine
Lextek Language Identifier
 

R_ATMOST

Name

R_ATMOST

Synopsis

Returns records where any of the terms and subqueries that have at most a specified weight are present.

Arguments

Maximum required weight
List of terms and subqueries

Ranking Scheme

Ranks using the probabilistic method. The returned weight for hits in a record is the probability of all the terms with the specified weights in a given record being found together. That is calculated by multiplying the probability of those terms not occuring and taking the complement of this.

Note that only those terms in the record which have below the maximum weight are included in the ranking calculation.

Comments

R_ATMOST requires that any returned term or subquery have a weight in the record below the specified weight.

Example

R_ATMOST( 0.7, 'blue', 'green', 'red' );

See Also

atleast, atmost, r_atleast, r_atmost, p_atleast, p_atmost, or, value, r_or, p_or, m_or