User Guide

Table Of Contents
581
CHAPTER 25
Using Verity Search Expressions
This chapter describes Verity search expressions and how you can refine your searches to yield the
most accurate results.
Contents
About Verity query types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Using simple queries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Using explicit queries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Using natural queries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Using Internet queries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Composing search expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Refining your searches with zones and fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
About Verity query types
When you search a Verity collection, you can use a simple, explicit, natural, or Internet query.
The following table compares the query types:
Query type Content Use of operators
and modifiers
CFML example
Simple One or more
words
Uses STEM operator
and MANY modifier,
by default
<cfsearch name = "band_search"
collection="bbb"
type = "simple"
criteria="film">
Explicit Words,
operators,
modifiers
Must be specified
<cfsearch name = "my_search"
collection="bbb"
type = "explicit"
criteria="<WILDCARD>'sl[iau]m'">