ATMOST
Name
ATMOST
Synopsis
Returns records where any of the terms
and subqueries that are below a specified weight are present.
Arguments
Maximum allowed weight
List of terms and subqueries
Ranking Scheme
1
Ranks using the existential method.
The returned weight for hits in a record is 1.
Comments
ATMOST requires that any returned term
or subquery have a weight in the record of at most the specified
weight.
Example
ATMOST( 0.5, 'blue', 'green', 'red' );
See Also
atleast, atmost,
r_atleast, r_atmost, p_atleast, p_atmost,
or, value, r_or,
p_or, m_or