- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_addBoostValue (0.07 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
doc.put("url", "http://example.com"); indexUpdater.updateDocument(doc); assertEquals("existing_id", doc.get("doc_id")); } // Test addBoostValue public void test_addBoostValue() { final Map<String, Object> doc = new HashMap<>(); indexUpdater.addBoostValue(doc, 3.5f); assertEquals(3.5f, doc.get("boost")); } // Test addClickCountField with URL
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)