Re: Duplicates in the "Available services" list in UI?

2022-02-19 Thread Bruno Kinoshita
Maybe we could add help icons to the UI, with a brief description to users about things like the endpoints (including duplicates are OK), the editable sparql endpoint added yesterday, content types, etc. Bruno On Sun, 20 Feb 2022, 08:23 Andy Seaborne, wrote: > > > On 19/02/2022 17:15, Neubert,

Re: Duplicates in the "Available services" list in UI?

2022-02-19 Thread Andy Seaborne
On 19/02/2022 17:15, Neubert, Joachim wrote: In the Fuseki UI, I get apparent duplicates in the service list (see also screenshot): SPARQL Update /wikidata/ SPARQL Update /wikidata/update That's fine. That's two endpoints both of which provide update. Because you used

Re: Duplicates in the "Available services" list in UI?

2022-02-19 Thread Marco Neumann
I can't see the screenshot (it has been removed by the mailing list software ) but I can confirm that both URLs will work with the defined service request. I don't consider this to be a bug but a feature. The Update will now work for both directives. Marco On Sat, Feb 19, 2022 at 5:15 PM

Duplicates in the "Available services" list in UI?

2022-02-19 Thread Neubert, Joachim
In the Fuseki UI, I get apparent duplicates in the service list (see also screenshot): SPARQL Update /wikidata/ SPARQL Update /wikidata/update Is something wrong with my

AW: How to check return values of Jena components

2022-02-19 Thread Neubert, Joachim
Hi Andy, when I tried to reproduce the issue with a small file, all worked find, the return value is 0. I will now load GND, and see if it can be reproduced with with a larger file. Cheers, Joachim Build is TDB:VERSION: 4.5.0-SNAPSHOT TDB:BUILD_DATE: 2022-02-09T18:01:44Z >

Re: Text indexing Wikidata

2022-02-19 Thread Andy Seaborne
On 19/02/2022 08:00, Lorenz Buehmann wrote: Hi, so far you can't do anything else - the whole indexing pipeline is single-threaded as far as I know. It simply iterates all properties declared to be used for fetching the RDF triple values - Lucene indexing itself would be threadsafe, so

Re: Text indexing Wikidata

2022-02-19 Thread Lorenz Buehmann
Hi, so far you can't do anything else - the whole indexing pipeline is single-threaded as far as I know. It simply iterates all properties declared to be used for fetching the RDF triple values - Lucene indexing itself would be threadsafe, so the easiest thing would be to apply one writer