Hello, This commit, against the staging version of jena-text doc, corrects the documentation to reflect fix JENA-1439 graph queries fail 'lang:xx’ <https://github.com/apache/jena/pull/325>.
Thank you, Chris > On Dec 9, 2017, at 5:45 PM, Chris Tomlinson <anonym...@apache.org> wrote: > > 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 >