ANY
Name
ANY
Synopsis
Returns records where any of the listed
terms or subqueries are present.
Arguments
List of terms and subqueries
Ranking Scheme
1
Ranks using the existential method.
The returned weight for any hit in a record is 1.
Comments
ANY returns any hit for the terms or subqueries.
Example
ANY( 'blue', 'green', 'red', 'orange',
'violet' );
See Also
or, value,
r_or, p_or, m_or,
atleast, atmost, r_atleast,
r_atmost, p_atleast, p_atmost