[
https://issues.apache.org/jira/browse/ANY23-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100939#comment-16100939
]
ASF GitHub Bot commented on ANY23-310:
--------------------------------------
Github user jgrzebyta commented on a diff in the pull request:
https://github.com/apache/any23/pull/44#discussion_r129450153
--- Diff:
core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java ---
@@ -111,6 +116,6 @@ public void setContentLength(long contentLength) {
}
private void printHeader(PrintWriter writer) {
- writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors");
+ writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors:Triples");
--- End diff --
Hi,
Yes that is the intention. That behaviour was implemented in the
`LoggingTripleHandler` and was displayed but I have just added header for that.
For example in last `[ yaml:531 ]` in the logging file only. That information
was not displayed in *strerr* output.
> Rover displays wrong statistical values
> ---------------------------------------
>
> Key: ANY23-310
> URL: https://issues.apache.org/jira/browse/ANY23-310
> Project: Apache Any23
> Issue Type: Bug
> Components: CLI, rover
> Affects Versions: 2.0
> Reporter: Jacek Grzebyta
> Priority: Minor
>
> Rover and log file contain wrong statistics:
> - missing used extractor
> - content length is 0
> - shows 0 triples
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)