- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for record_count (0.04 sec)
-
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
params.put("num", "100"); String response = checkMethodBase(new HashMap<>()).params(params).get("/api/v1/documents").asString(); int recordCount = JsonPath.from(response).getInt("record_count"); assertTrue(recordCount > 0); Map<String, String> wcParams1 = new HashMap<>(); wcParams1.put("q", field + ":" + wcQuery1); wcParams1.put("num", "100");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
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) -
src/main/webapp/js/search.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 19 07:14:01 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0)