- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasFacetResponse (0.06 seconds)
-
src/main/java/org/codelibs/fess/util/FacetResponse.java
} } /** * Checks if this response contains any facet information. * * @return true if either query count map or field list is not null */ public boolean hasFacetResponse() { return queryCountMap != null || fieldList != null; } /** * Represents a field facet with its name and value counts.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)