Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_updateDocument_withBoostMatcher (0.23 sec)

  1. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

            // // Thread may still be alive in test environment
            // assertFalse(indexUpdater.isAlive());
        }
    
        // Test updateDocument with boost matcher
        public void test_updateDocument_withBoostMatcher() {
            final Map<String, Object> doc = new HashMap<>();
            doc.put("url", "http://example.com");
    
            final DocBoostMatcher matcher = new DocBoostMatcher() {
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 33K bytes
    - Viewed (0)
Back to top