Github user anujgandharv commented on a diff in the pull request:
https://github.com/apache/jena/pull/406#discussion_r183635310
--- Diff: jena-text-es/src/main/java/examples/JenaESTextExample.java ---
@@ -73,7 +73,8 @@ public static void queryDataWithoutProperty(Dataset
dataset)
String qs = StrUtils.strjoinNL
( "SELECT * "
// , " { ?s text:query (rdfs:comment 'this'
'lang:en') ;"
- , " { ?s text:query ('this' 'lang:en*') ;"
+// , " { ?s text:query ('this' 'lang:en*') ;"
--- End diff --
All the scenarios are covered in the Unit Test. This example is more of a
convenient class to give user an idea as to how to use the ES Integration. It
was not meant to be exhaustive.
---