Re: Fuseki text index graphField

2016-02-08 Thread Osma Suominen
Hi Joachim! Thanks for reporting. I've confirmed this and opened an issue in JIRA: https://issues.apache.org/jira/browse/JENA-1133 -Osma 05.02.2016, 17:12, Neubert, Joachim kirjoitti: I have a graphField defined for a Fuseki 2.3.0 text index EntityMap. When I now load data via tdbloader

Fuseki text search: ?literal unbound

2016-02-08 Thread Neubert, Joachim
I've tried one of the text search syntaxes described in http://jena.apache.org/documentation/query/text-query.html, namely (?s ?score ?literal) text:query 'word' # ... and original literal value It works fine for ?score, but the ?literal variable remains unbound. (fuseki-2.3.0) Any ideas? My

Re: Unable to drop graph (Fuseki + SDB)

2016-02-08 Thread Bangalore Akhilesh
Hi Andy, Sorry the examples got damaged. Please find them below along with other details. I had built the source from git tagged at jena-3.0.1-rc1. The versions and other environment details are: 1. Jena - 3.0.1 2. Fuseki - 2.3.1 3. SDB - 3.0.1 4. OS - Windows 7 + Oracle Linux 6

Re: Fuseki text search: ?literal unbound

2016-02-08 Thread Osma Suominen
Hi Joachim! You need to set "text:storeValues true" for the text:TextIndexLucene instance and rebuild your text index. You also need to set langField, but you already seem to have that. This is explained in the jena-text documentation:

AW: Fuseki text search: ?literal unbound

2016-02-08 Thread Neubert, Joachim
Hi Osma, I'd searched for any such option, but must have been blind ... Thanks a lot! Cheers, Joachim -Ursprüngliche Nachricht- Von: Osma Suominen [mailto:osma.suomi...@helsinki.fi] Gesendet: Montag, 8. Februar 2016 09:29 An: users@jena.apache.org Betreff: Re: Fuseki text search:

Re: Fuseki text index graphField

2016-02-08 Thread Osma Suominen
Hi Joachim! This should now be fixed in jena master. You will need to reindex using the new jena.textindexer. If you don't want to build Jena yourself, you can wait for the daily snapshot build to pick this up. https://repository.apache.org/content/groups/snapshots/org/apache/jena/ -Osma

Re: Unable to drop graph (Fuseki + SDB)

2016-02-08 Thread Andy Seaborne
Hi Akhilesh, I reduced your setup to something outside Fuseki:insert some data * check it is as expected * DROP GRAPH * check it is not there public static void main(String ... a) { sdb.sdbtruncate.main("--sdb=sdb.ttl", "--confirm") ; sdb.sdbupdate.main("--sdb=sdb.ttl",