collection
string
Required
One or more collection names. You can specify more
than one collection unless you are performing a
category search (that is, specifying category or
categoryTree).
One or more collection names. You can specify more
than one collection unless you are performing a category search (that is, specifying category or categoryTree).
category
string
A list of categories, separated by commas, to which
the search is limited. If specified, and the collection
does not have categories enabled, ColdFusion
throws an exception.
categorytree
string
The
location in a hierarchical category tree at which
to start the search. ColdFusion searches at and
below this level. If specified, and the collection does
not have categories enabled, ColdFusion throws an
exception. Can be used in addition to category
attribute.
criteria
string
Search criteria. Follows the syntax rules of the type
attribute. If you pass a mixed-case entry in this attribute,
the search is case-sensitive. If you pass all uppercase or
all lowercase, the search is case-insensitive. Follow
Verity syntax and delimiter character rules; see Using Verity Search Expressions in Developing CFML MX Applications.
contextPassages
numeric
Default: 3
The number of passages/sentences Verity returns in
the context summary (that is, the context column of
the results).
Default: 3
contextBytes
numeric
Default: 300
The maximum number of bytes Verity returns in the
context summary.
Default: 300
contextHighlightBegin
string
Default: <b>
The HTML to prepend to search terms in the context
summary. Use this attribute in conjunction with
contextHighlightEnd to highlight search terms in the
context summary.
contextHighlightEnd
string
Default: </b>
The HTML to prepend to search terms in the context
summary. Use this attribute in conjunction with
contextHighlightEnd to highlight search terms in the
context summary.