Holger Bartnick

Results 4 comments of Holger Bartnick

Thank you very much for the quick feedback! I am currently trying to worm my way in. I modifed Config.GRAPHDB_SEARCH_PROPERTY at place to see the impact of my changes. How...

I got it working BUT since Apache Jena Text is a plugin the arrangement of triples matters. The issue is, that Jena's optimizer doesn't know about the text index because...

bad practice - but for now the edited source here inlined for the modifed SearchRegexWidget.getRdfJsPattern to set you up: ``` case Config.GRAPHDB_SEARCH_PROPERTY: { // builds an Apache Jena-specific search pattern...

Quickfix: own docker image for k3s in k3d-config.yaml with a Dockerfile like this: ``` FROM rancher/k3s:v1.31.13-k3s1 ENV KUBECONFIG=/var/lib/rancher/k3s/agent/kubelet.kubeconfig ```