R_ORDERED
Name
R_ORDERED
Synopsis
Returns records where the listed terms
or subqueries are in the same order as listed.
Arguments
List of terms and subqueries
Ranking Scheme
Ranks using the probabilistic method.
The returned weight for hits in a record is the probability of
all the terms occuring together. That is calculated by multiplying
the probability of the terms not occuring and taking the complement
of this.
Comments
R_ORDERED is like a PHRASE, but doesn't
require that the terms be adjacent to one another. They need
only follow one an other
Example
R_ORDERED( 'blue', 'green' );
See Also
p_ordered, ordered,
r_ordered_near,
p_ordered_near,
v_ordered_near