Changes

Jump to navigation Jump to search
40 bytes removed ,  21:23, 17 November 2013
The following options are supported (the introduction on [[Full-Text]] processing gives you equivalent expressions in the XQuery Full-Text notation):
* {{Code|mode}}: determines the mode how tokens are searched. Allowed values are {{Code|any}}, {{Code|any word}}, {{Code|all}}, {{Code|all words}}, and {{Code|phrase}}. {{Code|any}} is the default search mode.
* {{Code|fuzzy}}: turns fuzzy querying on or off. Allowed values are an empty string or {{Code|true}}, or and {{Code|false}}. By default, fuzzy querying is turned off.* {{Code|wildcards}}: turns wildcard querying on or off. Allowed values are an empty string or {{Code|true}}, or and {{Code|false}}. By default, wildcard querying is turned off.
The following options have been added in {{Version|7.8}}:
* {{Code|ordered}}: requires that all tokens occur in the order in which they are specified. Allowed values are {{Code|true}} and {{Code|false}}. The default is {{Code|false}}.
* {{Code|window}}: sets up a window in which all tokens must be located. By default, the option is turned off. It has following sub options:
** {{Code|size}}: specifies the size of the window in terms of ''units''.
** {{Code|unit}}: can be {{Code|sentences}}, {{Code|sentences}}, or {{Code|paragraphs}}. The default is {{Code|words}}.
* {{Code|distance}}: specifies the distance in which tokens must occur. By default, the option is turned off. It has following sub options:
** {{Code|min}}: specifies the minimum distance in terms of ''units''. The default is {{Code|0}}.
** {{Code|max}}: specifies the maximum distance in terms of ''units''. The default is {{Code|∞}}.
** {{Code|unit}}: can be {{Code|words}}, {{Code|sentences}}, or {{Code|paragraphs}}. The default is {{Code|words}}.
|-
| '''Errors'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu