Created
September 16, 2014 13:40
-
-
Save stillalex/08046743cc8532a9192f to your computer and use it in GitHub Desktop.
Run luke with Oak Lucene Codec
This file contains hidden or 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
// Oak Lucene Codec is exported at | |
// https://github.com/alexparvulescu/oak-lucene-codec | |
git clone https://github.com/alexparvulescu/oak-lucene-codec | |
// Luke Lucene explorer is cloned at | |
// https://github.com/alexparvulescu/luke | |
git clone https://github.com/alexparvulescu/luke | |
// build projects and run: | |
java -XX:MaxPermSize=512m -cp luke/target/luke-with-deps.jar:oak-lucene-codec/target/oak-lucene-codec-1.1-SNAPSHOT.jar org.getopt.luke.Luke |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment