Changes

Jump to navigation Jump to search
52 bytes removed ,  14:30, 17 January 2016
==Indexing==
The following options control the creation of index structures. The current values of the index options will be stored in considered if a newly new database is created database, and will be updated if indexes if the . See [[Commands#OPTIMIZE|OPTIMIZEIndexes]] command or the [[Database_Module#db:optimize|db:optimize]] function is calledfor more details.
===TEXTINDEX===
|-
| '''Summary'''
|Creates a text index whenever a new database is created. A text index speeds up queries with equality comparisons on text nodes. See [[IndexesIndex#Value IndexesText Index|IndexesText Index]] 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 [[IndexesIndex#Value IndexesAttribute Index|IndexesAttribute Index]] for more details.
|}
|-
| '''Summary'''
|Creates a token index whenever a new database is created. A token index speeds up searches for single tokens in attribute values. See [[IndexesIndex#Value IndexesToken Index|IndexesToken Index]] for more details.
|}
|-
| '''Summary'''
|Creates a full-text index whenever a new database is created. A full-text index speeds up queries with full-text expressions. See [[IndexesIndex#Value IndexesFull-Text Index|IndexesFull-Text Index]] for more details.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu