You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by co...@apache.org on 2020/07/23 17:45:02 UTC

[jena-site] branch master updated: doc the property output var for text:query

This is an automated email from the ASF dual-hosted git repository.

codeferret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d989556  doc the property output var for text:query
d989556 is described below

commit d9895568597aa8e34163bb92eb0f95f8d6ef0248
Author: Chris Tomlinson <ch...@gmail.com>
AuthorDate: Thu Jul 23 12:44:56 2020 -0500

    doc the property output var for text:query
    
    This should have been added when the feature was implemented in 3.13.0
---
 source/documentation/query/text-query.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/documentation/query/text-query.md b/source/documentation/query/text-query.md
index d6968f9..d08c746 100644
--- a/source/documentation/query/text-query.md
+++ b/source/documentation/query/text-query.md
@@ -364,13 +364,15 @@ If only the query string is required, the surrounding `( )` _may be_ omitted.
 | score             | (optional) The score for the match. |
 | literal           | (optional) The matched object literal. |
 | graph URI         | (optional) The graph URI of the triple. |
+| property URI      | (optional) The property URI of the matched triple |
 
 The results include the _subject URI_; the _score_ assigned by the
 text search engine; and the entire matched _literal_ (if the index has
 been [configured to store literal values](#text-dataset-assembler)).
 The _subject URI_ may be a variable, e.g., `?s`, or a _URI_. In the
 latter case the search is restricted to triples with the specified
-subject. The _score_, _literal_ and _graph URI_ **must** be variables.
+subject. The _score_, _literal_, _graph URI_, and _property URI_ **must** be variables.
+The _property URI_ is meaningful when two or more properties are used in the query.
 
 ### Query strings