Re: hello~~i have a question

2021-08-02 Thread Michael Wechner
I don't know either, whereas I searched  a little and found various good explanations what segments are, e.g. https://www.alibabacloud.com/blog/analysis-of-lucene---basic-concepts_594672 but not in which order the segments are being read. I am nore sure where in the code the segments are being

hello~~i have a question

2021-08-02 Thread nic k
hello i have a question, so im sending u an e-mail when searching in lucene, i wonder if it reads from the oldest segment or the most recently created segment when i test it, i think it reads the oldest file first, but i ask for conviction, not conjecture please im looking around and i cant figur

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-02 Thread Dawid Weiss
What does "git status" say? The hashes of generated files are not what they're supposed to be - either something has changed them or you have a git configuration that replaces something on the fly (line endings, most likely). Dawid On Wed, Jul 28, 2021 at 9:55 AM Da Wu wrote: > > i want to contr