Bart Hanssens

Results 98 comments of Bart Hanssens

I assume this is related to 0.12 not merging named graphs in the input file E.g input ``` { "@context": { "dcterms": "http://purl.org/dc/terms/" }, "@graph": { "@id": "http://example.com", "dcterms:title": "hello...

As a reminder, something seems to have changed in the Solr Highlighter (8.5 and up): the org.eclipse.rdf4j.sail.solr.SolrIndex query() method does seem to get the correct number of search results in...

The Solr DefaultHighlighter is processing fields differently in 8.5, an option would be to use the UnifiedHighlighter, but this fails the testUnionQuery...

According to the same log, this is related to #476

And replace some try-finally by try-with-resources in org.eclipse.rdf4j.common.io etc

Yeah, I was thinking on changing some internal stuff first, without changing the signatures of the methods... (breaking changes indeed require a major release)

FWIW, it might be worthwhile to rewrite the console entirely using Picocli (#1394) and a newer version of JLine, since this combo should make it easy to include additional features...

some additional reading: * https://tools.ietf.org/html/rfc3987#section-5 * https://tools.ietf.org/html/rfc3987#section-5.3.1

Hmz, does it also implies that IRI should be unescaped/decoded when created (ValueFactory) / stored ? Otherwise it seems like a costly operation...

If you'd like to move away from Spring for one reason or another, I'd suggest to take a look at Quarkus.io Or Micronaut if batch is required (https://guides.micronaut.io/micronaut-scheduled/guide/index.html), since batch...