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

svn commit: r1043180 - in /websites/staging/jena/trunk/content: ./ documentation/query/text-query.html

Author: buildbot
Date: Thu Apr  4 17:08:32 2019
New Revision: 1043180

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/text-query.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  4 17:08:32 2019
@@ -1 +1 @@
-1855400
+1856962

Modified: websites/staging/jena/trunk/content/documentation/query/text-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/text-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/text-query.html Thu Apr  4 17:08:32 2019
@@ -1184,6 +1184,12 @@ 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.</p>
 </li>
+<li>
+<p><code>SurroundQueryParser</code>: 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 ^).</p>
+</li>
 </ul>
 <p>The query parser is specified on
 the <code>TextIndexLucene</code> resource:</p>