Skip to content

Instantly share code, notes, and snippets.

@stillalex
Created September 16, 2014 13:40
Show Gist options
  • Save stillalex/08046743cc8532a9192f to your computer and use it in GitHub Desktop.
Save stillalex/08046743cc8532a9192f to your computer and use it in GitHub Desktop.
Run luke with Oak Lucene Codec
// 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