Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for record_count (0.41 sec)

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

                buf.append(pageSize);
                buf.append(',');
                buf.append("\"page_number\":");
                buf.append(currentPageNumber);
                buf.append(',');
                buf.append("\"record_count\":");
                buf.append(allRecordCount);
                buf.append(',');
                buf.append("\"record_count_relation\":");
                buf.append(escapeJson(allRecordCountRelation));
                buf.append(',');
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.6K bytes
    - Viewed (0)
Back to top