![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Скачать руководство пользователя страница 204](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369204.webp)
178
Developing Web Applications with ColdFusion
The following table lists the score operators.
Modifiers
Modifiers can be used with operators to further refine query expressions. You can
specify case sensitivity in a query, or force the output to be ranked by relevancy.
Modifiers include:
•
CASE — Sets case sensitivity. Verity searches are case-insensitive for search text
entered in all uppercase or all lowercase. Case sensitivity is turned on when
mixed case characters are entered.
•
MANY — Results are ranked by relevancy, which is determined by the number
of times the search value is found in a document.
•
NOT — Eliminates documents containing the specified words.
•
ORDER — Returns documents only if they contain words in the listed order.
Verity Score Operators
Operator
Description
YESNO
Forces the score of an element to 1 if the element’s score is non-
zero:
<YESNO>mainframe
If the retrieval result of the search on "mainframe" is 0.75, the
YESNO operator forces the result to 1. You can use YESNO to avoid
relevance ranking.
PRODUCT
Multiplies the scores for documents matching a query. To arrive at
a document’s score, the search engine calculates a score for each
search element and multiplies these scores together:
<PRODUCT>(computers, laptops)
The resulting score for each document is multiplied together.
SUM
Adds together the scores for documents matching a query, up to a
maximum value of 1:
<SUM>(computers, laptops)
The resulting scores are added together.
COMPLEMENT
Calculates scores for documents matching a query by taking the
complement (subtracting from 1) of the scores for the query’s
search elements. The new score is 1 minus the search element’s
original score.
<COMPLEMENT>computers
If the search element’s original score is.785, the COMPLEMENT
operator recalculates the score as.215.
Содержание 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...