Changes

Jump to navigation Jump to search
No change in size ,  15:13, 26 May 2012
m
Text replace - "{{Mono|" to "{{Code|"
|-
| width='90' | '''Signatures'''
|{{MonoCode|<b>index:facets</b>($db as item()) as xs:string}}<br/>{{MonoCode|<b>index:facets</b>($db as item(), $type as xs:string) as xs:string}}
|-
|'''Summary'''
|Returns information about possible facets and facet values of the [[Database Module#Database Nodes|database node]] <code>$db</code> in document structure format.<br/>If {{MonoCode|$type}} is specified as {{MonoCode|flat}}, the function returns this information in a flat summarized version.
|-
|'''Examples'''
|
* {{MonoCode|index:facets("DB")}} returns information about facets and facet values on the database {{MonoCode|DB}} in document structure.* {{MonoCode|index:facets("DB", "flat")}} returns information about facets and facet values on the database {{MonoCode|DB}} in a summarized flat structure.
|}
|-
| width='90' | '''Signatures'''
|{{MonoCode|<b>index:texts</b>($db as item()) as element(value)*}}<br/>{{MonoCode|<b>index:texts</b>($db as item(), $prefix as xs:string) as element(value)*}}
|-
|'''Summary'''
|Returns all strings stored in the text index of the [[Database Module#Database Nodes|database node]] <code>$db</code>, along with their number of occurrences.<br/>If {{MonoCode|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
|'''Errors'''
|-
| width='90' | '''Signatures'''
|{{MonoCode|<b>index:attributes</b>($db as item()) as element(value)*}}<br/>{{MonoCode|<b>index:attributes</b>($db as item(), $prefix as xs:string) as element(value)*}}
|-
|'''Summary'''
|Returns all strings stored in the attribute index of the [[Database Module#Database Nodes|database node]] <code>$db</code>, along with their number of occurrences.<br/>If {{MonoCode|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
|'''Errors'''
|-
| width='90' | '''Signatures'''
|{{MonoCode|<b>index:element-names</b>($db as item()) as element(value)*}}
|-
|'''Summary'''
|-
| width='90' | '''Signatures'''
|{{MonoCode|<b>index:attribute-names</b>($db as item()) as element(value)*}}
|-
|'''Summary'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu