Hi Siddharth, If you happen to be using IntelliJ, you can run a demo class from the IDE. It probably works with other IDEs too, though I haven't tried it.
Stefan On Sun, 21 Apr 2024 at 23:59, Siddharth Jain <siddh...@gmail.com> wrote: > Hello, > > I am a new user to Lucene. I checked out the Lucene repo > <https://github.com/apache/lucene/tree/releases/lucene/9.10.0> and synced > to releases/lucene/9.10.0 tag. From there I have run following commands: > > ./gradlew > ./gradlew assemble > > I would now like to run the demo program. How can I do that? I see some > class files under lucene/demo/build/classes/java/main but how do I build > the full classpath with all the dependencies needed to run the demo > program? Can anyone help me? Thanks, > > S. >