Skip to content

Instantly share code, notes, and snippets.

@luketn
luketn / lucene-luke.md
Last active April 28, 2025 22:28 — forked from vladak/lucene-luke.md
How to run Luke

Lucene has Luke built in - to run it from the code I use this command:

git clone https://github.com/apache/lucene.git Lucene
cd Lucene
./gradlew assemble
java -cp './lucene/luke/build/lucene-luke-11.0.0-SNAPSHOT/*' \
    -Xmx1024m -Xms512m -XX:MaxMetaspaceSize=256m org.apache.lucene.luke.app.desktop.LukeMain