- Operator Reference
-
-
- Query Language
-
-
- Main Index
-
-
- Other Products
|
AND
Name
AND
Synopsis
Returns records where all of the terms
or subqueries are present.
Arguments
List of terms and subqueries
Ranking Scheme
max( termweights )
Ranks using the fuzzy logic method.
The returned weight for hits in a record is the maximum weight
of requested terms as found in that record.
Comments
AND requires that all the listed terms
and subqueries be present in a record for any hit in that record
to be returned.
Example
AND( 'blue', 'green', 'red', 'orange',
'violet' );
See Also
all, r_and,
p_and, m_and
|