fabriziofortino commented on code in PR #3079:
URL: https://github.com/apache/jackrabbit-oak/pull/3079#discussion_r3863643577


##########
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticDynamicBoostTest.java:
##########
@@ -85,6 +87,63 @@ public void dynamicBoostAnalyzed() throws Exception {
         });
     }
 
+    @After
+    public void resetDynamicBoostGroupingToggle() {
+        ElasticDocument.FT_OAK_12353_ENABLE.set(true);
+    }
+
+    /**
+     * Predicted tags sharing the same boost score are grouped into a single 
nested document
+     * (see {@link ElasticDocument#FT_OAK_12353_ENABLE}). This verifies that 
querying still
+     * matches on any of the grouped values, both with the grouping enabled 
(default) and
+     * disabled.
+     */

Review Comment:
   all tests now run parametrically (JUnit4 Parameterized) over 
FT_OAK_12353_ENABLE = true/false



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to