Changes

Jump to navigation Jump to search
900 bytes removed ,  02:16, 17 December 2012
| '''Summary'''
|A new full-text index will drop tokens that are listed in the specified stopword list. A stopword list may decrease the size of the full text index. A standard stopword list for English texts is provided in the directory {{Code|etc/stopwords.txt}} in the official releases.
|}
 
===WILDCARDS===
 
{{Mark|Removed in Version 7.3:}} new index supports both fuzzy and wildcard queries.
 
{|
|-
| width='90' | '''Signature'''
|{{Code|WILDCARDS [boolean]}}
|-
| '''Default'''
|{{Code|false}}
|-
| '''Summary'''
|If a new full-text index is created, it will be particularly optimized for wildcards expressions. See the page on [[Full-Text]]s for more information on XQuery Full Text.
|}
 
===SCORING===
 
{{Mark|Removed in Version 7.3:}} new scoring model will focus on lengths of text nodes and match options.
 
{|
|-
| width='90' | '''Signature'''
|{{Code|SCORING [mode]}}
|-
| '''Default'''
|{{Code|0}}
|-
| '''Summary'''
|A new full-text index will pre-calculate full-text scores. This option enables TF/IDF/based scores in full-text queries and increases main memory consumption while indexing. See the [[Full-Text#Scoring|Scoring]] for more information on different scoring types.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu