- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getAllRecordCountRelation (0.33 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
} public List<Map<String, Object>> getDocumentList() { return documentList; } public long getAllRecordCount() { return allRecordCount; } public String getAllRecordCountRelation() { return allRecordCountRelation; } public long getQueryTime() { return queryTime; } public boolean isPartialResults() { return partialResults; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
} public int getCurrentPageNumber() { return currentPageNumber; } public long getAllRecordCount() { return allRecordCount; } public String getAllRecordCountRelation() { return allRecordCountRelation; } public int getAllPageCount() { return allPageCount; } public boolean isExistNextPage() { return existNextPage;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryResponseList.java
} public int getCurrentPageNumber() { return currentPageNumber; } public long getAllRecordCount() { return allRecordCount; } public String getAllRecordCountRelation() { return allRecordCountRelation; } public int getAllPageCount() { return allPageCount; } public boolean isExistNextPage() { return existNextPage;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 8.9K bytes - Viewed (0)