You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/help.jsp
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,10 @@ A <dfn>Query</dfn> is a series of clauses. A clause may be prefixed by:</p>
78
78
<p>Regular Expression, Wildcard, Fuzzy, Proximity & Range Searches:</p>
79
79
<ul>
80
80
<li>to perform a regular expression search use the "<b>/</b>" enclosure,
81
-
e.g. /[mb]an/ - will search for man or for ban;
81
+
e.g. /[mb]an/ - will search for man or for ban;<br>
82
82
NOTE: path field search escapes "/" by default, so it only supports
83
-
regexps when the search string <u>starts and ends</u> with "/"
83
+
regexps when the search string <u>starts and ends</u> with "/".<br>
84
+
More info can be found on <ahref="http://lucene.apache.org/core/4_3_0/core/org/apache/lucene/util/automaton/RegExp.html?is-external=true">lucene regexp page</a>.
84
85
</li>
85
86
<li>to perform a single character wildcard search use the "<b>?</b>" symbol,
86
87
e.g. te?t</li>
@@ -148,15 +149,15 @@ the term(phrases) can be boosted (making it more relevant) using a caret
<p>Opengrok search is powered by <ahref="http://lucene.apache.org/"
180
-
>lucene</a>, for more detail on query syntax refer to lucene docs.</p>
184
+
>lucene</a>, for more detail on query syntax refer to <ahref="http://lucene.apache.org/core/4_3_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">lucene docs</a>.<br>
0 commit comments