- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for execTime (0.78 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1) -
src/main/config/openapi/openapi-user.yaml
type: string example: Fess query_id: type: string example: bd60f9579a494dfd8c03db7c8aa905b0 exec_time: type: number example: 0.21 query_time: type: integer format: int64 example: 0Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
MIGRATION.md
# Or using the legacy endpoint curl "http://localhost:8080/json/?q=search&num=10" ``` **Response**: ```json { "response": { "version": 1, "status": 0, "q": "search", "exec_time": 0.123, "page_size": 10, "page_number": 1, "record_count": 234, "result": [ { "url": "http://example.com/page1", "title": "Example Page",Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0)