zhaih commented on code in PR #12197:
URL: https://github.com/apache/lucene/pull/12197#discussion_r1133053092
##
lucene/core/src/java/org/apache/lucene/search/Query.java:
##
@@ -77,10 +85,28 @@ public Weight createWeight(IndexSearcher searcher,
ScoreMode scoreMode, float bo
stefanvodita commented on PR #11780:
URL: https://github.com/apache/lucene/pull/11780#issuecomment-1464991650
Thanks for the feedback @gmiller! The way you describe the
state-of-the-world makes perfect sense to me, I think we’re on the same page
there.
What I was trying to do with `S
stefanvodita commented on code in PR #12184:
URL: https://github.com/apache/lucene/pull/12184#discussion_r1133137958
##
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/ExpressionFacets.java:
##
@@ -0,0 +1,253 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
MarcusSorealheis commented on PR #12159:
URL: https://github.com/apache/lucene/pull/12159#issuecomment-1465007588
Awesome. Thanks all for the review.
The main branch is protected. I cannot merge anything myself. Has to be a
committer, I believe, even after approval.
--
This is an