ljak

Results 6 comments of ljak

+1 I just updated an old laptop with Pop OS installed on it. I had moved the top panel in the bottom of the screen but, after the update, the...

Thanks for the feedback. Looking at `BooleanQuery`, it "only" has one list `List clauses`. So, is the idea to have 2 structures for the `DisjunctionMaxQuery`, the unordered multiset of queries...

I needed to sort the `Query`s in some ways, so I compare them according to their toString representation: `orderedQueries.sort(Comparator.comparing(Query::toString));` Not sure if it's the right way.

Ha, I see. Could we say that the new `List orderedQueries` would have the same behavior that `Query[] disjuncts` before https://github.com/apache/lucene/pull/110/files ? If yes, I presume it would work.