From cf4481504de26ea78fa01eecf949b0dd6ce897ec Mon Sep 17 00:00:00 2001 From: Dmitry Kan Date: Mon, 28 Sep 2015 14:26:03 +0300 Subject: [PATCH] updated launch scripts, about and changes. --- CHANGES.txt | 14 ++++++++++++++ luke.bat | 2 +- luke.sh | 8 ++++---- src/main/resources/xml/about.xml | 5 +++-- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5d3b2f0..143557d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +* Upgrade to 5.3.0 +https://github.com/DmitryKey/luke/pull/38 + +This release runs on Java8 and does not run on Java7. + +This release includes a number of pull requests and github issues. Worth mentioning: + +https://github.com/DmitryKey/luke/pull/38 upgrade to 5.3.0 itself + +https://github.com/DmitryKey/luke/pull/28 Added LUKE_PATH env variable to luke.sh +https://github.com/DmitryKey/luke/pull/35 Added copy, cut, paste etc. shortcuts, using Mac command key +https://github.com/DmitryKey/luke/pull/34 Fixed lastAnalyzer retrieval (this feature remembers the last used analyzer on the Search tab) +https://github.com/DmitryKey/luke/issues/31 200 stargazers on github (by the time of this release the number crossed 250). Luke community is growing. + * Upgrade to 5.2.0 https://github.com/DmitryKey/luke/pull/27 diff --git a/luke.bat b/luke.bat index ba3fb61..5835feb 100644 --- a/luke.bat +++ b/luke.bat @@ -1 +1 @@ -java -XX:MaxPermSize=512m -jar .\target\luke-with-deps.jar \ No newline at end of file +java -jar .\target\luke-with-deps.jar \ No newline at end of file diff --git a/luke.sh b/luke.sh index 145478c..36bc9cd 100755 --- a/luke.sh +++ b/luke.sh @@ -1,12 +1,12 @@ if [[ -d `echo $LUKE_PATH` ]]; then - java -XX:MaxPermSize=512m -jar $LUKE_PATH/target/luke-with-deps.jar + java -jar $LUKE_PATH/target/luke-with-deps.jar else echo "Unable to find the LUKE_PATH environnement variable..." echo "Assuming you're running from the root folder of luke..." - java -XX:MaxPermSize=512m -jar target/luke-with-deps.jar + java -jar target/luke-with-deps.jar fi # # In order to start luke with your custom analyzer class extending org.apache.lucene.analysis.Analyzer run: -# java -XX:MaxPermSize=512m -cp target/luke-with-deps.jar:/path/to/custom_analyzer.jar org.getopt.luke.Luke +# java -cp target/luke-with-deps.jar:/path/to/custom_analyzer.jar org.getopt.luke.Luke # your analyzer should appear in the drop-down menu with analyzers on the Search tab -#java -XX:MaxPermSize=512m -cp target/luke-with-deps.jar:/home/dmitry/projects/github/suggestinganalyzer/target/suggestinganalyzer-1.0-SNAPSHOT.jar org.getopt.luke.Luke +#java -cp target/luke-with-deps.jar:/home/dmitry/projects/github/suggestinganalyzer/target/suggestinganalyzer-1.0-SNAPSHOT.jar org.getopt.luke.Luke diff --git a/src/main/resources/xml/about.xml b/src/main/resources/xml/about.xml index 03fa7dc..9cd2d06 100755 --- a/src/main/resources/xml/about.xml +++ b/src/main/resources/xml/about.xml @@ -1,9 +1,10 @@ -