Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFacetResponse (0.06 sec)

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                final String allPageCount = Integer.toString(data.getAllPageCount());
                final List<Map<String, Object>> documentItems = data.getDocumentItems();
                final FacetResponse facetResponse = data.getFacetResponse();
                final String queryId = data.getQueryId();
                final String highlightParams = data.getAppendHighlightParams();
                final boolean nextPage = data.isExistNextPage();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                    if (logger.isDebugEnabled()) {
                        logger.debug("loaded facet data: {}", data);
                    }
                    return data.getFacetResponse();
                });
            } catch (final ExecutionException e) {
                throw new FessSystemException("Cannot load facet from cache.", e);
            }
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
Back to top