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
+3-3
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ A <dfn>Query</dfn> is a series of clauses. A clause may be prefixed by:</p>
119
119
e.g. /[mb]an/ - will search for man or for ban;<br>
120
120
NOTE: path field search escapes "/" by default, so it only supports
121
121
regexps when the search string <u>starts and ends</u> with "/".<br>
122
-
More info can be found on <ahref="http://lucene.apache.org/core/4_3_1/core/org/apache/lucene/util/automaton/RegExp.html?is-external=true">lucene regexp page</a>.
122
+
More info can be found on <ahref="http://lucene.apache.org/core/4_5_0/core/org/apache/lucene/util/automaton/RegExp.html?is-external=true">lucene regexp page</a>.
123
123
</li>
124
124
<li>to perform a single character wildcard search use the "<b>?</b>" symbol,
125
125
e.g. te?t</li>
@@ -173,7 +173,7 @@ So searching for <b>\+1</b> or <b>\+ 1</b> will both find <b>+1</b> and <b>+ 1</
<dd>path of the source file (no need to use dividers).</dd>
176
+
<dd>path of the source file (no need to use dividers, or if, then use "/" - Windows users, "\" is an escape key in lucene query syntax! Please don't use "\", or replace it with "/".).</dd>
177
177
178
178
<dt>hist</dt>
179
179
<dd>History log comments.</dd>
@@ -189,7 +189,7 @@ the term (phrases) can be boosted (making it more relevant) using a caret
189
189
</p>
190
190
191
191
<p>Opengrok search is powered by <ahref="http://lucene.apache.org/"
192
-
>lucene</a>, for more detail on query syntax refer to <ahref="http://lucene.apache.org/core/4_3_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">lucene docs</a>.<br>
192
+
>lucene</a>, for more detail on query syntax refer to <ahref="http://lucene.apache.org/core/4_5_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">lucene docs</a>.<br>
0 commit comments