PHRASE
Name
PHRASE
Synopsis
Returns records where the listed terms
or subqueries are in the same order as listed and adjacent to
one an other.
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
PHRASE basically treats the terms as if
they were in a single phrase.
Example
PHRASE( 'blue', 'green' );
See Also
p_phrase,
r_ordered, p_ordered