Text indexing stopped working

2023-11-16 Thread Mikael Pesonen
What could be the reason why new data is suddenly not added to text index and not found with Jena text queries? The newest files in Jena text index folder are zero sized _b_Lucene85FieldsIndexfile_pointers_n.tmp _b_Lucene85FieldsIndex-doc_ids_m.tmp dated 2023-11-13 although I have added lots

Implicit default-graph-uri

2023-11-16 Thread Laura Morales
I would like to configure Fuseki such that I can use 2 datasets from 2 different locations, as if they were a single dataset. This is my config.ttl: <#> a fuseki:Service ; fuseki:endpoint [ fuseki:operation fuseki:query ] ; fuseki:dataset [ a ja:RDFDataset ;

Re: Issues importing Jena to Eclipse after clean install

2023-11-16 Thread Andy Seaborne
https://stackoverflow.com/questions/77490993/importing-jena-to-eclipse-compile-problems On 15/11/2023 21:35, Paul Jarski wrote: I believe I've followed the instructions from https://jena.apache.org/tutorials/using_jena_with_eclipse.html: I ran mvn clean install with apparently no issues, but

Re: Delete Dataset with fuseki

2023-11-16 Thread Andy Seaborne
On 15/11/2023 09:19, Steven Blanchard wrote: Dear Jena Users, When i delete a dataset with fuseki, only the configuration file are removing and not the tdb2 folder According to the documentation this is expected behaviour  :

Re: Implicit default-graph-uri

2023-11-16 Thread Laura Morales
I also tried tdb:unionDefaultGraph like this fuseki:dataset [ a ja:RDFDataset ; tdb2:unionDefaultGraph true ; ja:namedGraph [ ... ] ; ja:namedGraph [ ... ] ; ] but it's not making any difference. I always get 0 triples when querying, unless I add