Hi,
try this:

./gradlew -p lucene/luke run

Tomoko

2021年6月17日(木) 18:10 Michael Wechner <[email protected]>:
>
> Hi
>
> I have built Lucene 9.0.0-SNAPSHOT locally
> (https://github.com/apache/lucene.git) and use the Lucene core libraries
> successfully.
>
> In order to introspect the Lucene index I tried to run Luke on Mac OS X
>
> sh bin/luke.sh (from within the luke directory: lucene/lucene/luke)
>
> but then I receive the following error message
>
>
> ls: ../analysis: No such file or directory
>
> which makes sense, because IIUC the shell script changes to the "bin"
> directory and therefore the analysis directory should be referenced  with
>
> ../../analysis
>
> Ist this a bug or am I supposed to run Luke differently?
>
> Thanks
>
> Michael
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to