Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext

Chris Tomlinson

Index: trunk/content/documentation/query/text-query.mdtext
===================================================================
--- trunk/content/documentation/query/text-query.mdtext (revision 1817587)
+++ trunk/content/documentation/query/text-query.mdtext (working copy)
@@ -391,11 +391,6 @@
 will iterate over the graphs in the dataset, searching each in turn for
 matches.
 
-Note that there is a known issue when a `lang:xx` argument is included in
-the above pattern, so that the restriction to given language is not obeyed. 
-This will be corrected in a future release. However, use of a language tag
-on the `query string` is not subject to this issue.
-
 If there is suitable structure to the graphs, e.g., a known `rdf:type` and
 depending on the selectivity of the text query and number of graphs, 
 it may be more performant to express the query as follows:
@@ -406,9 +401,6 @@
       graph ?g { ?s a ex:Item } .
     }
 
-Note that this form does not have any issue with `lang:xx` as described
-above, since the graph is extracted after the text search.
-
 #### Queries across multiple `Field`s
 
 As mentioned earlier, the text index uses the

Reply via email to