OR
Name
OR
Synopsis
Returns records where any the terms or
subqueries are present.
Arguments
List of terms and subqueries
Ranking Scheme
min( termweights )
Ranks using the fuzzy logic method.
The returned weight for hits in a record is the minimum weight
of requested terms as found in that record.
Comments
OR returns any hit for the terms or subqueries.
Example
OR( 'blue', 'green', 'red', 'orange', 'violet'
);
See Also
any, value,
r_or, p_or, m_or,
atleast, atmost, r_atleast,
r_atmost, p_atleast, p_atmost