Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-05-04 Thread Vilnis Termanis
(apologies for the previous quote mess - forgot to switch to plain text mode) On Tue, 3 May 2022 at 19:06, Andy Seaborne wrote: > > > > On 03/05/2022 15:56, Vilnis Termanis wrote: > > (fixing up the quote): > > > My understanding is that, for updates, the stack of datasets is respected > > when

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-05-03 Thread Andy Seaborne
On 03/05/2022 15:56, Vilnis Termanis wrote: (fixing up the quote): My understanding is that, for updates, the stack of datasets is respected when deciding whether access the text index whereas for querying the dataset context is used, which is not stacked. I'm confused. "understanding of

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-05-03 Thread Vilnis Termanis
On Sat, 16 Apr 2022 at 21:29, Andy Seaborne wrote: > > > On 14/04/2022 20:57, Vilnis Termanis wrote: > > Hi, > > > > Specifying the following in each service (which is to ignore text > > indexing) now works (tested against 4.4.0): > > > > ja:context [ ja:cxtName

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-16 Thread Andy Seaborne
On 14/04/2022 20:57, Vilnis Termanis wrote: Hi, Specifying the following in each service (which is to ignore text indexing) now works (tested against 4.4.0): ja:context [ ja:cxtName "http://jena.apache.org/text#index; ; ja:cxtValue false ] ; Doesn't that cause warnings in the Fuseki log?

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-14 Thread Vilnis Termanis
Hi, Specifying the following in each service (which is to ignore text indexing) now works (tested against 4.4.0): ja:context [ ja:cxtName "http://jena.apache.org/text#index; ; ja:cxtValue false ] ; ... but not if the associated dataset is an AccessControlledDataset. >From my understanding, the

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-12 Thread Vilnis Termanis
Hi Andy, Thank you for the suggestion of in-config context overrides - I had not realised that was possible (with the newer style of defining Fuseki services) - that's really useful. We'll re-rest the aforementioned 2b & 3b cases. Regards, Vilnis On Fri, 8 Apr 2022 at 11:51, Andy Seaborne

Re: Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-08 Thread Andy Seaborne
Hi Vilnis, On 07/04/2022 11:10, Vilnis Termanis wrote: Hi, In brief: Can Fuseki Data ACL be applied to text indexing? As a general point - a text index itself is not ACL aware. It is setup ahead of time and does not index triples directly. The GeoSPARQL cache is probably similar (I'm less

Interaction between Text indexing, Fuseki services & Data Access Control

2022-04-07 Thread Vilnis Termanis
Hi, In brief: Can Fuseki Data ACL be applied to text indexing? And is it possible to selectively expose text index access per service for a shared dataset? In detail: We're using a single TDB dataset in unionDefaultGraph mode) with multiple services, wrapped with both ACL