Re: New user questions about demo, downloads, and IRC

2022-04-26 Thread Michael Wechner
great, thanks! Am 26.04.22 um 21:48 schrieb Michael Sokolov: thanks, I fixed the doc! On Tue, Apr 26, 2022 at 9:13 AM Bridger Dyson-Smith wrote: Hi Michael - On Mon, Apr 25, 2022 at 5:38 PM Michael Wechner wrote: Hi Bridger Inside https://dlcdn.apache.org/lucene/java/9.1.0/lucene-9.1.0.

Re: New user questions about demo, downloads, and IRC

2022-04-26 Thread Michael Sokolov
thanks, I fixed the doc! On Tue, Apr 26, 2022 at 9:13 AM Bridger Dyson-Smith wrote: > > Hi Michael - > > On Mon, Apr 25, 2022 at 5:38 PM Michael Wechner > wrote: > > > Hi Bridger > > > > Inside > > > > https://dlcdn.apache.org/lucene/java/9.1.0/lucene-9.1.0.tgz > > > > you should find > > > > mo

Re: New user questions about demo, downloads, and IRC

2022-04-26 Thread Bridger Dyson-Smith
Hi Michael - On Mon, Apr 25, 2022 at 5:38 PM Michael Wechner wrote: > 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 > mo

Re: New user questions about demo, downloads, and IRC

2022-04-25 Thread Michael Wechner
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

Re: New user questions about demo, downloads, and IRC

2022-04-25 Thread Michael Wechner
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

New user questions about demo, downloads, and IRC

2022-04-25 Thread Bridger Dyson-Smith
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