Maybe one of the Lucene committers could quickly fix the documentation at
https://github.com/apache/lucene/blob/main/lucene/demo/src/java/overview.html
by replacing "core/" with "modules/"
Takes probably less time than reviewing a PR, but let me know in case
you prefer a PR
Thanks
Michael
Hi Bridger
Inside
https://dlcdn.apache.org/lucene/java/9.1.0/lucene-9.1.0.tgz
you should find
modules/lucene-core-9.1.0.jar
modules/lucene-queryparser-9.1.0.jar
modules/lucene-analysis-common-9.1.0.jar
modules/lucene-demo-9.1.0.jar
I guess the documentation is not quite right.
Re your second
Hi all -
I hope these questions are acceptable for this particular list.
I have a combined question re the 9.1.0 demo[1] and the binary release[2]:
the demo suggests that there should be a `core/` directory, as well as
others, however, after unpacking the TAR, I'm not seeing any:
) ls -1
CHANGES