Changes

Jump to navigation Jump to search
146 bytes removed ,  10:28, 19 February 2016
no edit summary
==Token Index==
 
{{Mark|Introduced with Version 8.4:}}
In many XML dialects, such as HTML or DITA, multiple tokens are stored in attribute values. The token index can be created to speed up the retrieval of these tokens. The XQuery functions {{Code|fn:contains-token}}, {{Code|fn:tokenize}} and {{Code|fn:idref}} are rewritten for index access whenever possible. If a token index exists, it will e.g. be utilized for the following queries:
==Selective Indexing==
 
{{Mark|Updated with Version 8.4:}} {{Code|TOKENINCLUDE}} option added
Value indexing can be restricted to specific elements and attributes. The nodes to be indexed can be restricted via the {{Option|TEXTINCLUDE}}, {{Option|ATTRINCLUDE}}, {{Option|TOKENINCLUDE}} and {{Option|FTINCLUDE}} options. The options take a list of name patterns, which are separated by commas. The following name patterns are supported:
=Performance=
 
{{Mark|Updated with Version 8.4:}}
If main memory runs out while creating a value index, the current index structures will be partially written to disk and eventually merged. If the memory heuristics fail for some reason (i.e., because multiple index operations run at the same time, or because the applied JVM does not support explicit garbage collections), a fixed index split sizes may be chosen via the {{Option|SPLITSIZE}} option.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu