Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_execute_withPrefixQuery (0.09 sec)

  1. src/test/java/org/codelibs/fess/query/BoostQueryCommandTest.java

            // BoostQueryCommand doesn't apply boost to BooleanQuery, it's applied within the clauses
            assertEquals(1.0f, boolQueryBuilder.boost());
        }
    
        public void test_execute_withPrefixQuery() {
            // Test executing BoostQuery with a PrefixQuery inside
            Term term = new Term("field", "pre");
            PrefixQuery prefixQuery = new PrefixQuery(term);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17K bytes
    - Viewed (0)
Back to top