ljak commented on PR #13944:
URL: https://github.com/apache/lucene/pull/13944#issuecomment-2432492876

   Thanks for the feedback. Looking at `BooleanQuery`, it "only" has one list 
`List<BooleanClause> clauses`. So, is the idea to have 2 structures for the 
`DisjunctionMaxQuery`, the unordered multiset of queries and a sorted list of 
queries, where the latter is only used for the `toString` method ? 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to