- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for nextTag (0.08 seconds)
-
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; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final FacetResponse facetResponse = data.getFacetResponse(); final String queryId = data.getQueryId(); final String highlightParams = data.getAppendHighlightParams(); final boolean nextPage = data.isExistNextPage(); final boolean prevPage = data.isExistPrevPage(); final long startRecordNumber = data.getCurrentStartRecordNumber();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1)