- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addBoostValue (0.05 seconds)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.updateDocument(doc); assertEquals("existing_id", doc.get("doc_id")); } // Test addBoostValue @Test 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 @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0)