Skip to content

Commit 4fd421f

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
lucene 4.5.1
1 parent 17d2cbd commit 4fd421f

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jnlp.mixed.code=default
4444
jnlp.signing=
4545
jnlp.signing.alias=
4646
jnlp.signing.keystore=
47-
lucene.version=4.5.0
47+
lucene.version=4.5.1
4848
lucene-core.jar=lucene-core-${lucene.version}.jar
4949
lucene-analyzers-common.jar=lucene-analyzers-common-${lucene.version}.jar
5050
lucene-queryparser.jar=lucene-queryparser-${lucene.version}.jar

opengrok-web-nbproject/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dist.war=${dist.dir}/${war.name}
2626
endorsed.classpath=
2727
excludes=
2828
j2ee.platform.classpath=${j2ee.server.home}/lib/annotations-api.jar:${j2ee.server.home}/lib/catalina-ant.jar:${j2ee.server.home}/lib/catalina-ha.jar:${j2ee.server.home}/lib/catalina-tribes.jar:${j2ee.server.home}/lib/catalina.jar:${j2ee.server.home}/lib/ecj-4.2.2.jar:${j2ee.server.home}/lib/el-api.jar:${j2ee.server.home}/lib/jasper-el.jar:${j2ee.server.home}/lib/jasper.jar:${j2ee.server.home}/lib/jsp-api.jar:${j2ee.server.home}/lib/servlet-api.jar:${j2ee.server.home}/lib/tomcat-api.jar:${j2ee.server.home}/lib/tomcat-coyote.jar:${j2ee.server.home}/lib/tomcat-dbcp.jar:${j2ee.server.home}/lib/tomcat-i18n-es.jar:${j2ee.server.home}/lib/tomcat-i18n-fr.jar:${j2ee.server.home}/lib/tomcat-i18n-ja.jar:${j2ee.server.home}/lib/tomcat-jdbc.jar:${j2ee.server.home}/lib/tomcat-util.jar
29-
lucene.version=4.5.0
29+
lucene.version=4.5.1
3030
lucene-core.jar=lucene-core-${lucene.version}.jar
3131
lucene-analyzers-common.jar=lucene-analyzers-common-${lucene.version}.jar
3232
lucene-queryparser.jar=lucene-queryparser-${lucene.version}.jar

platform/solaris/ips/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ PKGSEND add file doc/ctags.config mode=0444 owner=root group=sys path=/usr/openg
7777

7878

7979
# install libs
80-
LV=4.5.0
80+
LV=4.5.1
8181
for file in ant.jar bcel-5.2.jar \
8282
lucene-analyzers-common-${LV}.jar lucene-core-${LV}.jar lucene-queryparser-${LV}.jar lucene-suggest-${LV}.jar \
8383
jrcs.jar \

platform/solaris/pkgdef/prototype

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ f none usr/opengrok/doc/opengrok-agent.properties=platform/solaris/default/openg
6060
f none usr/opengrok/lib/opengrok.jar=dist/opengrok.jar 0444 root bin
6161
f none usr/opengrok/lib/ant.jar=dist/lib/ant.jar 0444 root bin
6262
f none usr/opengrok/lib/bcel-5.2.jar=lib/bcel-5.2.jar 0444 root bin
63-
f none usr/opengrok/lib/lucene-core-4.5.0.jar=lib/lucene-core-4.5.0.jar 0444 root bin
64-
f none usr/opengrok/lib/lucene-analyzers-common-4.5.0.jar=lib/lucene-analyzers-common-4.5.0.jar 0444 root bin
65-
f none usr/opengrok/lib/lucene-queryparser-4.5.0.jar=lib/lucene-queryparser-4.5.0.jar 0444 root bin
66-
f none usr/opengrok/lib/lucene-suggest-4.5.0.jar=lib/lucene-suggest-4.5.0.jar 0444 root bin
63+
f none usr/opengrok/lib/lucene-core-4.5.1.jar=lib/lucene-core-4.5.1.jar 0444 root bin
64+
f none usr/opengrok/lib/lucene-analyzers-common-4.5.1.jar=lib/lucene-analyzers-common-4.5.1.jar 0444 root bin
65+
f none usr/opengrok/lib/lucene-queryparser-4.5.1.jar=lib/lucene-queryparser-4.5.1.jar 0444 root bin
66+
f none usr/opengrok/lib/lucene-suggest-4.5.1.jar=lib/lucene-suggest-4.5.1.jar 0444 root bin
6767
f none usr/opengrok/lib/jrcs.jar=lib/jrcs.jar 0444 root bin
6868
f none usr/opengrok/lib/swing-layout-0.9.jar=lib/swing-layout-0.9.jar 0444 root bin
6969
f none usr/opengrok/lib/ogindexd=platform/solaris/smf/ogindexd 0555 root bin

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
<dependency>
5656
<groupId>org.apache.lucene</groupId>
5757
<artifactId>lucene-core</artifactId>
58-
<version>4.5.0</version>
58+
<version>4.5.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.lucene</groupId>
6262
<artifactId>lucene-analyzers-common</artifactId>
63-
<version>4.5.0</version>
63+
<version>4.5.1</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.lucene</groupId>
6767
<artifactId>lucene-queryparser</artifactId>
68-
<version>4.5.0</version>
68+
<version>4.5.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.apache.lucene</groupId>
7272
<artifactId>lucene-suggest</artifactId>
73-
<version>4.5.0</version>
73+
<version>4.5.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>javax.servlet</groupId>

web/help.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To find perl files that do not use /usr/bin/perl but something else:
7777
<a href="search?q=-%22%2Fusr%2Fbin%2Fperl%22+%2B%22%2Fbin%2Fperl%22"
7878
>-"/usr/bin/perl" +"/bin/perl"</a>
7979

80-
To find all strings begining with foo use the wildcard:
80+
To find all strings beginning with foo use the wildcard:
8181
<a href="search?q=foo*">foo*</a>
8282

8383
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>
119119
e.g. /[mb]an/ - will search for man or for ban;<br>
120120
NOTE: path field search escapes "/" by default, so it only supports
121121
regexps when the search string <u>starts and ends</u> with "/".<br>
122-
More info can be found on <a href="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 <a href="http://lucene.apache.org/core/4_5_1/core/org/apache/lucene/util/automaton/RegExp.html?is-external=true">lucene regexp page</a>.
123123
</li>
124124
<li>to perform a single character wildcard search use the "<b>?</b>" symbol,
125125
e.g. te?t</li>
@@ -189,7 +189,7 @@ the term (phrases) can be boosted (making it more relevant) using a caret
189189
</p>
190190

191191
<p>Opengrok search is powered by <a href="http://lucene.apache.org/"
192-
>lucene</a>, for more detail on query syntax refer to <a href="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 <a href="http://lucene.apache.org/core/4_5_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">lucene docs</a>.<br>
193193
</p>
194194
</div>
195195
<%
@@ -199,4 +199,4 @@ the term (phrases) can be boosted (making it more relevant) using a caret
199199
200200
include file="foot.jspf"
201201
202-
%>
202+
%>

0 commit comments

Comments
 (0)