Changes

Jump to navigation Jump to search
689 bytes removed ,  13:17, 18 December 2013
no edit summary
| '''Summary'''
|Defines a [[Parsers|parser]] for importing new files to the database. Currently, 'XML', 'JSON', 'CSV', 'TEXT', 'HTML' are available as parsers. HTML will be parsed as normal XML files if [http://home.ccil.org/~cowan/XML/tagsoup/ Tagsoup] is not found in the classpath.
|}
 
===PARSEROPT===
 
Removed in {{Mark|Version 7.8}}; replaced with parser-specific options.
 
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|PARSEROPT [options]}}
|-
| '''Default'''
|''empty''
|-
| '''Summary'''
|Defines parser-specific options; see [[Parsers]] for more information.
|}
 
===HTMLPARSER===
 
{{Mark|Version 7.8:}} Renamed from {{Code|HTMLOPT}} to {{Code|HTMLPARSER}}.
 
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|HTMLOPT [options]}}
|-
| '''Default'''
|''empty''
|-
| '''Summary'''
|TagSoup options for HTML parsing; see [[Parsers#HTML Parser|HTML Parser]] for more information.
|-
| '''Example'''
|{{Code|NONS=true,ENCODING=UTF-16
|}
| '''Summary'''
|This option specifies the maximum Levenshtein error for the BaseX-specific fuzzy match option. See the page on [[Full-Text#Fuzzy_Querying|Full-Texts]] for more information on fuzzy querying.
|}
 
===RUNQUERY===
 
{{Mark|Introduced with Version 7.8::}}
 
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|RUNQUERY}}
|-
| '''Default'''
|{{Code|true}}
|-
| '''Summary'''
|Specify if a query will be executed or parsed only. This option can also be changed on [[Command-Line Options#BaseX Client|command line]] via <code>-R</code>.
|}
| '''Summary'''
|Chooses a compact dot representation.
|}
 
===DOTDISPLAY===
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|DOTDISPLAY [boolean]}}
|-
| '''Default'''
|{{Code|true}}
|-
| '''Summary'''
|Visualizes the dot representation after the query execution.
|}
 
===DOTTY===
{| width='100%'
|-
| width='120' | '''Signature'''
|{{Code|DOTTY [path]}}
|-
| '''Default'''
|{{Code|dotty}}
|-
| '''Summary'''
|Location of the {{Code|dotty}} executable.
|}
;Version 7.8
* Added: <code>[[#CSVPARSER|CSVPARSER]]</code>, <code>[[#JSONPARSER|JSONPARSER]]</code>, <code>[[#TEXTPARSER|TEXTPARSER]]</code>, <code>[[#HTMLPARSER|HTMLPARSER]]</code>, <code>[[#INLINELIMIT|INLINELIMIT]]</code>, <code>[[#TAILCALLS|TAILCALLS]]</code>, <code>[[#DEFAULTDB|DEFAULTDB]]</code>, <code>[[#RUNQUERY|RUNQUERY]]</code>
* Updated: <code>[[#WRITEBACK|WRITEBACK]]</code> only applies to main-memory document instances.
* Updated: <code>[[#DEBUG|DEBUG]]</code> option can be changed at runtime by users with admin permissions.
* Removed: <code>[[#HTMLOPT|HTMLOPT]]</code> (replaced with <code>[[#HTMLPARSER|HTMLPARSER]]</code>), <code>[[#PARSEROPT|PARSEROPT]]</code> (replaced with parser-specific options), <code>DOTDISPLAY</code>, <code>DOTTY</code>
;Version 7.7
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu