- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for next_page (0.05 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
buf.append(allPageCount); buf.append(",\"highlight_params\":"); buf.append(escapeJson(highlightParams)); buf.append(",\"next_page\":"); buf.append(escapeJson(nextPage)); buf.append(",\"prev_page\":"); buf.append(escapeJson(prevPage)); buf.append(",\"start_record_number\":"); buf.append(startRecordNumber);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
*/ protected int pageCount; /** * Indicates if there is a next page of search results. */ protected boolean nextPage; /** * Indicates if there is a previous page of search results. */ protected boolean prevPage; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)