You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am loading a dataset made of a graph indexed with lucene (graphb) and another graph (grapha).
I tried to use an HDT file to replace grapha (grapha_hdt).
But as soon as I load the grapha_hdt, Lucene queries stop working on graphb.
Even if I create a HDT dataset on another service, Lucene queries stops working.
As soon as I remove the HDT-only dataset or the HDT-graph from my combined dataset, Lucene queries work again.
I am using Fuseki 3.8.0 (and updated pom.xml accordingly).
There are no errors logged and I can query the HDT graph properly, as well as the Lucene-backed graph.
I'm guessing that HDTgraph doesn't really like to be in a text dataset. But it doesn't work even when it is in a separate service.
I don't know how I could query my grapha and graphb differently (I use both in my queries, looking for things from grapha into graphb)
I am loading a dataset made of a graph indexed with lucene (graphb) and another graph (grapha).
I tried to use an HDT file to replace grapha (grapha_hdt).
But as soon as I load the grapha_hdt, Lucene queries stop working on graphb.
Even if I create a HDT dataset on another service, Lucene queries stops working.
As soon as I remove the HDT-only dataset or the HDT-graph from my combined dataset, Lucene queries work again.
I am using Fuseki 3.8.0 (and updated pom.xml accordingly).
There are no errors logged and I can query the HDT graph properly, as well as the Lucene-backed graph.
I'm guessing that HDTgraph doesn't really like to be in a text dataset. But it doesn't work even when it is in a separate service.
I don't know how I could query my grapha and graphb differently (I use both in my queries, looking for things from grapha into graphb)
The text was updated successfully, but these errors were encountered: