Skip to content

Commit 7d79564

Browse files
committed
update configOptions
1 parent 4a29cef commit 7d79564

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

interfaces/doc/configOptions.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,8 @@ <h1>DL-Learner Components</h1>
629629
<tr><td>precomputeObjectPropertyRanges</td><td>if object property ranges should be precomputed</td><td> boolean</td><td>true</td><td> false</td></tr>
630630
<tr><td>precomputePropertyDomains</td><td>if property domains should be precomputed</td><td> boolean</td><td>true</td><td> false</td></tr>
631631
<tr><td>preferAsk</td><td>Prefer ASK queries when there is a choice in implementation</td><td> boolean</td><td>true</td><td> false</td></tr>
632+
<tr><td>requestLogFile</td><td>Log file for reasoner request logging</td><td> String</td><td></td><td> false</td></tr>
633+
<tr><td>requestLogging</td><td>Log reasoner requests</td><td> boolean</td><td>false</td><td> false</td></tr>
632634
<tr><td>sources</td><td>the underlying knowledge sources</td><td> Set</td><td></td><td> true</td></tr>
633635
<tr><td>useGenericSplitsCode</td><td>Whether to use the generic facet generation code, which requires downloading all instances and is thus not recommended</td><td> boolean</td><td>false</td><td> false</td></tr>
634636
<tr><td>useInstanceChecks</td><td>whether to use single instance checks</td><td> boolean</td><td>false</td><td> false</td></tr>
@@ -639,6 +641,8 @@ <h1>DL-Learner Components</h1>
639641
<dl class="dl-horizontal"><dt>short name</dt><dd>spr.quad</dd><dt>version</dt><dd>0.1</dd><dt>implements</dt><dd><ul class="list-inline"><li>ReasonerComponent</li></ul></dd></dl><div class="table-responsive"><table class="hor-minimalist-a table table-hover"><thead><tr><th>option name</th><th>description</th><th>type</th><th>default value</th><th>required?</th></tr></thead><tbody>
640642
<tr><td>laxMode</td><td>Use alternative relaxed Sparql-queries for Classes and Individuals</td><td> boolean</td><td>false</td><td> false</td></tr>
641643
<tr><td>preferAsk</td><td>Prefer ASK queries when there is a choice in implementation</td><td> boolean</td><td>true</td><td> false</td></tr>
644+
<tr><td>requestLogFile</td><td>Log file for reasoner request logging</td><td> String</td><td></td><td> false</td></tr>
645+
<tr><td>requestLogging</td><td>Log reasoner requests</td><td> boolean</td><td>false</td><td> false</td></tr>
642646
<tr><td>useGenericSplitsCode</td><td>Whether to use the generic facet generation code, which requires downloading all instances and is thus not recommended</td><td> boolean</td><td>false</td><td> false</td></tr>
643647
<tr><td>useValueLists</td><td>Whether to use SPARQL1.1 Value Lists</td><td> boolean</td><td>false</td><td> false</td></tr>
644648
</tbody></table></div>

interfaces/doc/configOptions.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,20 @@ required: false
30723072
default value: true
30733073
conf file usage: reasoner.preferAsk = true
30743074

3075+
option name: requestLogFile
3076+
description: Log file for reasoner request logging
3077+
type: String
3078+
required: false
3079+
default value:
3080+
conf file usage: reasoner.requestLogFile = ""
3081+
3082+
option name: requestLogging
3083+
description: Log reasoner requests
3084+
type: boolean
3085+
required: false
3086+
default value: false
3087+
conf file usage: reasoner.requestLogging = false
3088+
30753089
option name: sources
30763090
description: the underlying knowledge sources
30773091
type: Set
@@ -3119,6 +3133,20 @@ required: false
31193133
default value: true
31203134
conf file usage: reasoner.preferAsk = true
31213135

3136+
option name: requestLogFile
3137+
description: Log file for reasoner request logging
3138+
type: String
3139+
required: false
3140+
default value:
3141+
conf file usage: reasoner.requestLogFile = ""
3142+
3143+
option name: requestLogging
3144+
description: Log reasoner requests
3145+
type: boolean
3146+
required: false
3147+
default value: false
3148+
conf file usage: reasoner.requestLogging = false
3149+
31223150
option name: useGenericSplitsCode
31233151
description: Whether to use the generic facet generation code, which requires downloading all instances and is thus not recommended
31243152
type: boolean

0 commit comments

Comments
 (0)