- Operator Reference
-
-
- Query Language
-
-
- Main Index
-
-
- Other Products
|
ALL
Name
ALL
Synopsis
Returns records where all 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 hits in a record is 1.
Comments
ALL requires that all the listed terms
and subqueries be present in a record for any hit in that record
to be returned.
Example
ALL( 'blue', 'green', 'red', 'orange',
'violet' );
See Also
and, r_and,
p_and, m_and
|