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
 

VALUE

Name

VALUE

Synopsis

Returns where any of the listed terms or subqueries are present.

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 that were found in that record being found together. That is calculated by multiplying the probability of those terms not occuring and taking the complement of this.

Comments

VALUE returns any hit for the terms or subqueries. VALUE is the same as R_OR. It has its own name because statistically it returns the value (probability) of the terms being found together.

Example

VALUE( 'blue', 'green', 'red', 'orange', 'violet' );

See Also

any, or, r_or, p_or, m_or, atleast, atmost, r_atleast, r_atmost, p_atleast, p_atmost