Profiling Engine SDK
Operator Reference

Operator Reference
Operator List
Topical List
   
 
Query Language
Introduction
Summary
Operators
Tips, Questions, and Answers
   
 
Main Index
Index
Tutorial
API Functions
Query Language
   
Technology Overview
   
Contact Us
   
 
Other Products
Onix Text Search and Retrieval Engine
Brevity Document Summarizer
Lextek Document Profiler & Categorizer
RouteX Document Routing Engine
Lextek Language Identifier
 

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