- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getQueryCountMap (0.08 seconds)
-
src/main/java/org/codelibs/fess/util/FacetResponse.java
} } /** * Gets the map of query facet counts. * * @return the queryCountMap containing decoded query strings and their counts */ public Map<String, Long> getQueryCountMap() { return queryCountMap; } /** * Gets the list of field facets. * * @return the fieldList containing all field facet information */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
searchRenderData.setFacetResponse(facetResponse); assertEquals(facetResponse, searchRenderData.getFacetResponse()); assertNotNull(facetResponse.getQueryCountMap()); assertTrue(facetResponse.getQueryCountMap().isEmpty()); } @Test public void test_setAndGetAppendHighlightParams() { // Test with null searchRenderData.setAppendHighlightParams(null);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 23.6K bytes - Click Count (0)