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
To find all strings begining with foo use the wildcard:
80
+
To find all strings beginning with foo use the wildcard:
81
81
<ahref="search?q=foo*">foo*</a>
82
82
83
83
To find all files which have . c in their name (dot is a token!):
@@ -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_5_0/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_1/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>
@@ -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_5_0/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_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">lucene docs</a>.<br>
193
193
</p>
194
194
</div>
195
195
<%
@@ -199,4 +199,4 @@ the term (phrases) can be boosted (making it more relevant) using a caret
0 commit comments