Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for weightFactorFunction (0.06 sec)

  1. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

            assertTrue(context.sortBuilders().get(0).toString().contains("_score"));
        }
    
        public void test_addBoostFunction_scoreFunction() {
            queryHelper.addBoostFunction(ScoreFunctionBuilders.weightFactorFunction(2.0f));
    
            QueryContext context = buildQuery("test");
            // Verify that function score query contains the added boost function
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.6K bytes
    - Viewed (0)
Back to top