![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Скачать руководство пользователя страница 194](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369194.webp)
168
Developing Web Applications with ColdFusion
Special characters
A number of characters are handled in particular ways by the search engine.
A backslash (\) removes special meaning from whatever character follows it. To enter a
literal backslash in a query, use two in succession, such as this examples:
<FREETEXT>("\"Hello\", said Packard.")
"backslash (\\)"
Composing Search Expressions
The following rules apply for composing search expressions.
Precedence rules
Expressions are read from left to right. The AND operator takes precedence over OR
operators. However, terms enclosed in parenteses are evaluated first. When the search
engine encounters nested parentheses, it starts with the innermost term:
Prefix and infix notation
Search strings that use any operator other than evidence operators can be defined in
prefix notation or infix notation. This means that either of the following expressions is
valid:
•
AND (a,b)
This is prefix notation
•
a AND b
This is infix notation
Special Search Characters
Characters
Description
, () [
These characters end a text token.
= > <!
These characters also end a text token. They are terminated by an
associated end character.
’ @ ‘ < {[!
These characters signify the start of a delimited token. They are
terminated by an associated end character.
Содержание COLDFUSION 4.5-DEVELOPING WEB
Страница 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Страница 14: ...xiv Developing Web Applications with ColdFusion...
Страница 26: ...xxvi Developing Web Applications with ColdFusion...
Страница 34: ...8 Developing Web Applications with ColdFusion...
Страница 70: ...44 Developing Web Applications with ColdFusion...
Страница 84: ...58 Developing Web Applications with ColdFusion...
Страница 114: ...88 Developing Web Applications with ColdFusion...
Страница 148: ...122 Developing Web Applications with ColdFusion...
Страница 174: ...148 Developing Web Applications with ColdFusion...
Страница 208: ...182 Developing Web Applications with ColdFusion...
Страница 244: ...218 Developing Web Applications with ColdFusion...
Страница 274: ...248 Developing Web Applications with ColdFusion...
Страница 288: ...262 Developing Web Applications with ColdFusion...
Страница 300: ...274 Developing Web Applications with ColdFusion...
Страница 350: ...324 Developing Web Applications with ColdFusion...
Страница 362: ...336 Developing Web Applications with ColdFusion...