Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getAllPageCount (0.09 seconds)

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

                final String allRecordCount = Long.toString(data.getAllRecordCount());
                final String allRecordCountRelation = data.getAllRecordCountRelation();
                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();
    Created: 2026-03-31 13:07
    - Last Modified: 2026-03-27 13:56
    - 55.4K bytes
    - Click Count (1)
Back to Top