Changes

Jump to navigation Jump to search
808 bytes added ,  17:59, 16 January 2016
|-
| '''Summary'''
|Creates a text index whenever a new database is created. A text index speeds up queries with equality comparisons on text nodes; see . See [[Indexes#Value Indexes|Indexes]] for more details.
|}
|-
| '''Summary'''
|Creates an attribute index whenever a new database is created. An attribute index speeds up queries with equality comparisons on attribute values; see . See [[Indexes#Value Indexes|Indexes]] for more details.|} ===TOKENINDEX=== {{Mark|Introduced with Version 8.4:}} {| width='100%'|-| width='120' | '''Signature'''|{{Code|TOKENINDEX [boolean]}}|-| '''Default'''|{{Code|true}}|-| '''Summary'''|Creates a token index whenever a new database is created. A token index speeds up searches for single tokens in attribute values. See [[Indexes#Value Indexes|Indexes]] for more details.
|}
| '''Summary'''
|Defines name patterns for the attributes to be indexed. By default, all attribute nodes will be indexed.<br/>Name patterns are separated by commas. See [[Indexes#Selective Indexing|Selective Indexing]] for more details.
|}
 
===TOKENINCLUDE===
 
{{Mark|Introduced with Version 8.4:}}
 
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|TOKENINCLUDE [names]}}
|-
| '''Default'''
|''empty''
|-
| '''Summary'''
|Defines name patterns for the attributes to be indexed. By default, tokens in all attribute nodes will be indexed.<br/>Name patterns are separated by commas. See [[Indexes#Selective Indexing|Selective Indexing]] for more details.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu