I also found this helpful documentation by looking in the source code
of SearchFiles.java: https://lucene.apache.org/core/9_10_0/demo/

On Mon, Apr 22, 2024 at 4:40 AM Stefan Vodita <stefan.vod...@gmail.com> wrote:
>
> 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.
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to