This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
forked from sonarme/luke
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
port to Lucene 4.6. Tested against the solr-4.6 index of exampledocs …
…xml files. Changelist: 1. bumped up the version of maven-assembly plugin to the latest 2. added maven-jar plugin which copies all binary dependencies into lib/ subdirectory 3. Fixed AnalyzerToolPlugin to use token stream reset outside while loop over tokens 4. added lock factory handling in FsDirectory (untested) 5. updated trivia in about.xml
- Loading branch information
Showing
7 changed files
with
101 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dialog modal="true" name="about" columns="1" gap="8" icon="/img/luke.gif" text=" About" left="4" right="4" bottom="4" top="4" close="remove(about)"> | ||
<label halign="center" valign="center" text="v 4.5.0 (2013-11-29)" font="10" icon="/img/luke-big.gif"/> | ||
<label halign="center" valign="center" text="v 4.6.0 (2013-12-05)" font="10" icon="/img/luke-big.gif"/> | ||
<button type="link" tooltip="Go to Luke home page" action="goUrl(this)" halign="center" property="url=http://www.getopt.org/luke" foreground="#5aaa88" text="Lucene Index Toolbox" font="18 bold"/> | ||
<label halign="center" font="13" text="Created by Andrzej Bialecki <[email protected]>"/> | ||
<label halign="center" font="13" text="Maintained and further developed by Dmitry Kan <[email protected]>"/> | ||
<label halign="center" font="italic 11" text="GUI client of the best Java search library"/> | ||
<button type="link" icon="/img/lucene.gif" tooltip="Go to Lucene home page" action="goUrl(this)" halign="center" property="url=http://lucene.apache.org/" foreground="#5aaa88" text="Apache Lucene - home page"/> | ||
<label halign="center" font="11" name="lver" text="4.5.0"/> | ||
<label halign="center" font="11" name="lver" text=""/> | ||
<textarea columns="55" rows="3" editable="false" font="10" border="false" wrap="true" text="Luke is distributed under Apache Software License. Please see http://www.apache.org/LICENSE-2.0 for details. This software includes Thinlet library (http://thinlet.sourceforge.net)"/> | ||
</dialog> |