User Guide

Chapter 11: Indexing and Searching Data 179
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 Description
CASE 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.
MANY 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