Changes

Jump to navigation Jump to search
763 bytes added ,  13:48, 7 June 2018
no edit summary
This [[Module Library|XQuery Module]] provides functions for displaying information stored in the database index structures.
 
For functions that use the indexes to return nodes see [[Database_Module#Value_Indexes|Value Indexes]] in the [[Database Module]] and {{Function|Full-Text|ft:search}} in the [[Full-Text Module]].
=Conventions=
All functions and errors in this module are assigned to the {{Code|<code><nowiki>http://basex.org/modules/index}} </nowiki></code> namespace, which is statically bound to the {{Code|index}} prefix.<br/>All errors are assigned to the {{Code|http://basex.org/errors}} namespace, which is statically bound to the {{Code|bxerr}} prefix.
=Functions=
==index:facets==
 
{| width='100%'
|-
|-
|'''Summary'''
|Returns information about possible all facets and facet values of the database {{Code|$db}} in document structure format.<br/>If {{Code|$type}} is specified as {{Code|flat}}, the function returns this information in a flat summarized version. The returned data is derived from the [[Indexes#Path Index|Path Index]].
|-
|'''Errors'''
|{{Error|BXDB0002db:open|XQuery ErrorsDatabase Module#BaseX Errors}} The addressed database does not exist or could not be opened.
|-
|'''Examples'''
|-
|'''Summary'''
|Returns all strings stored in the text index [[Indexes#Text Index|Text Index]] of the database {{Code|$db}}, along with their number of occurrences.<br/>If {{Code|$prefix}} is specified, the returned entries will be refined to the ones starting with that prefix.<br/>If {{Code|$start}} and {{Code|$ascending}} are specified, all nodes will be returned after or before the specified start entry.
|-
|'''Errors'''
|{{Error|BXDB0002db:open|XQuery ErrorsDatabase Module#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004db:no-index|Database Module#Errors}} the text index is not available.
|}
==index:attributes==
 
{| width='100%'
|-
|-
|'''Summary'''
|Returns all strings stored in the attribute index [[Indexes#Attribute Index|Attribute Index]] of the database {{Code|$db}}, along with their number of occurrences.<br/>If {{Code|$prefix}} is specified, the returned entries will be refined to the ones starting with that prefix.<br/>If {{Code|$start}} and {{Code|$ascending}} are specified, all nodes will be returned after or before the specified start entry.|-|'''Errors'''|{{Error|db:open|Database Module#Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|db:no-index|Database Module#Errors}} the index is not available.|} ==index:tokens== {| width='100%'|-| width='120' | '''Signatures'''|{{Func|index:tokens|$db as xs:string|element(value)*}}|-|'''Summary'''|Returns all strings stored in the [[Indexes#Token Index|Token Index]] of the database {{Code|$db}}, along with their number of occurrences.
|-
|'''Errors'''
|{{Error|BXDB0002db:open|XQuery ErrorsDatabase Module#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004db:no-index|Database Module#Errors}} the attribute index is not available.
|}
==index:element-names==
 
{| width='100%'
|-
|-
|'''Summary'''
|Returns all element names stored in the index [[Indexes#Name Index|Name Index]] of the database {{Code|$db}}, along with their number of occurrences.
|-
|'''Errors'''
|{{Error|BXDB0002db:open|XQuery ErrorsDatabase Module#BaseX Errors}} The addressed database does not exist or could not be opened.
|}
==index:attribute-names==
 
{| width='100%'
|-
|-
|'''Summary'''
|Returns all attribute names stored in the index [[Indexes#Name Index|Name Index]] of the database {{Code|$db}}, along with their number of occurrences.
|-
|'''Errors'''
|{{Error|BXDB0002db:open|XQuery ErrorsDatabase Module#BaseX Errors}} The addressed database does not exist or could not be opened.
|}
=Changelog=
 
;Version 8.4
 
* Added: [[#index:tokens|index:token]]
;Version 7.7
The module was introduced with Version 7.1.
 
[[Category:XQuery]]
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu