You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2019/04/04 17:07:21 UTC

svn commit: r1856962 - /jena/site/trunk/content/documentation/query/text-query.mdtext

Author: rvesse
Date: Thu Apr  4 17:07:21 2019
New Revision: 1856962

URL: http://svn.apache.org/viewvc?rev=1856962&view=rev
Log:
Docs for JENA-1690

Modified:
    jena/site/trunk/content/documentation/query/text-query.mdtext

Modified: jena/site/trunk/content/documentation/query/text-query.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/text-query.mdtext?rev=1856962&r1=1856961&r2=1856962&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Thu Apr  4 17:07:21 2019
@@ -952,6 +952,11 @@ is useful in combination with accent-ins
 "(john jon jonathan~) peters*".  This is useful for performing wildcard
 or fuzzy queries on individual terms in a phrase.
 
+* `SurroundQueryParser`: Provides positional operators (w and n) 
+that accept a numeric distance, as well as boolean 
+operators (and, or, and not, wildcards (* and ?), quoting (with "), 
+and boosting (via ^).
+
 The query parser is specified on
 the `TextIndexLucene` resource: