You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Damien Fontaine <an...@apache.org> on 2019/04/04 09:32:11 UTC

CMS diff: Jena Full Text Search

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

Damien Fontaine

Index: trunk/content/documentation/query/text-query.mdtext
===================================================================
--- trunk/content/documentation/query/text-query.mdtext	(revision 1856904)
+++ trunk/content/documentation/query/text-query.mdtext	(working copy)
@@ -952,6 +952,11 @@
 "(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: