[ 
https://issues.apache.org/jira/browse/JENA-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136705#comment-15136705
 ] 

Osma Suominen edited comment on JENA-1133 at 2/8/16 8:40 AM:
-------------------------------------------------------------

This seems to be caused by something outside jena-text code. Different 
parameters are passed by the calling code to 
TextDocProducerTriples.change(QuadAction qaction, Node g, Node s, Node p, Node 
o).

In the jena.textindexer case, the g parameter is Node("urn:x-arq:DefaultGraph") 
and in other cases it seems to be Node("urn:x-arq:DefaultGraphNode").


was (Author: osma):
This seems to be caused by something outside jena-text code. Different 
parameters are passed by the calling code to 
TextDocProducerTriples.change(QuadAction qaction, Node g, Node s, Node p, Node 
o).

In the jena.textindexer case, the g parameter is Node("urn:x-arq:DefaultGraph") 
and in other cases it seems to be "urn:x-arq:DefaultGraphNode".

> default graph triples incorrectly indexed by jena.textindexer
> -------------------------------------------------------------
>
>                 Key: JENA-1133
>                 URL: https://issues.apache.org/jira/browse/JENA-1133
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Text
>            Reporter: Osma Suominen
>
> Reported by Joachim Neubert on users@jena:
> https://mail-archives.apache.org/mod_mbox/jena-users/201602.mbox/%3C4E3518D35BC4E14B802A8CAE0E8819CF747543EF%40lhun.zbw-nett.zbw-kiel.de%3E
> When the jena-text index is configured with graphField, triples in the 
> default graph are indexed with a different graph URI than otherwise (e.g. 
> using HTTP Graph Store Protocol in Fuseki): the graph URI is 
> "urn:x-arq:DefaultGraph" instead of "urn:x-arq:DefaultGraphNode".
> This causes text queries for the default graph to not return results from 
> triples loaded this way.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to