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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to