Re: Apache Jena Fuseki with text indexing

2020-04-01 Thread Andy Seaborne
On 26/03/2020 18:26, Zhenya Antić wrote: Andy, I think I figured out what the issue is. It seems that I have two datasets with the same name, and one was started with the config file I sent (and has no data in it - and hence it is not indexed), and the other was started without a config

Re: Apache Jena Fuseki with text indexing

2020-03-26 Thread Zhenya Antić
Andy, I think I figured out what the issue is. It seems that I have two datasets with the same name, and one was started with the config file I sent (and has no data in it - and hence it is not indexed), and the other was started without a config file (like this: fuseki-server --port 3030

Re: Apache Jena Fuseki with text indexing

2020-03-26 Thread Chris Tomlinson
Zhenya, Do you see any content in the directory: > text:directory ; like the following partial listing: > fuseki@foo :~/base/lucene-test$ ls -l > total 3608108 > -rw-rw 1 fuseki fuseki 7772 Jan 29 21:15 _19a_5x.liv > -rw-r- 1 fuseki fuseki299 Jan 21 15:53 _19a.cfe >

Re: Apache Jena Fuseki with text indexing

2020-03-26 Thread Zhenya Antić
@prefix : . @prefix tdb2: . @prefix rdf: . @prefix ja: . @prefix rdfs: . @prefix fuseki:

Re: Apache Jena Fuseki with text indexing

2020-03-25 Thread Andy Seaborne
On 24/03/2020 15:11, Zhenya Antić wrote: Hi Andy, Did you load the data before attaching the text index? How do I do it (or not do it, wasn't sure from your post)? Set up the Fueski system, with the text index as the Fuskei service dataset: fuseki:name "biology" ; fuseki:dataset

Re: Apache Jena Fuseki with text indexing

2020-03-24 Thread Zhenya Antić
Hi Andy, >Did you load the data before attaching the text index? How do I do it (or not do it, wasn't sure from your post)? Thanks, Zhenya On Sun, Mar 22, 2020, at 9:18 AM, Andy Seaborne wrote: > Just checking one point: > > Did you load the data before attaching the text index? > > The

Re: Apache Jena Fuseki with text indexing

2020-03-24 Thread Zhenya Antić
Hello, Thanks a lot for your answer. > Which DBpedia dataset did you load? I mean, which files? It's my own dataset. > you should use str() function on the ?o values: That fixed the query issue, thanks! Thanks, Zhenya On Sat, Mar 21, 2020, at 3:55 AM, Lorenz Buehmann wrote: > Hi, > >

Re: Apache Jena Fuseki with text indexing

2020-03-22 Thread Andy Seaborne
Just checking one point: Did you load the data before attaching the text index? The text index is calculated as data is added so if you first load the dataset then setup a text index, it will miss indexing the data. Andy On 21/03/2020 07:55, Lorenz Buehmann wrote: Hi, welcome to

Re: Apache Jena Fuseki with text indexing

2020-03-21 Thread Lorenz Buehmann
Hi, welcome to Semantic Web and Apache Jena. Comments inline: On 20.03.20 15:36, Zhenya Antić wrote: > Hello, > > I am a beginner with Fuseki, knowledge graphs and SPARQL, so please forgive > me if the questions seem obvious, the learning curve for this turned out to > be quite steep. No