Chapter 11: Indexing and Searching Data
Search modifiers
Modifiers are combined with operators to change the standard behavior of an operator
in some way. For example, you can use the CASE modifier with an operator to specify
that you want to match the case of the search word.
Modifiers are as follows.
Verity Search Modifiers
Modifier
CASE
MANY
Description
Specifies a case-sensitive search:
<CASE>J[JAVA, java]
Searches for "JAVA" and "Java." If a search contains a mixed-case string,
the search request will be case-sensitive.
Counts the density of words, stemmed variations, or phrases in a
document and produces a relevance-ranked score for retrieved
documents. Can be used with the following operators:
WORD
WILDCARD
STEM
PHRASE
SENTENCE
PARAGRAPH
<PARAGRAPH><MANY>javascript <AND> vbscript
The MANY modifier cannot be used with the following:
AND
OR
ACCRUE
Relational operators
179
Need help?
Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?