REST Resource: stats.query.searchapplications
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: GetSearchApplicationQueryStatsResponse
פורמט התגובה לקבלת נתונים סטטיסטיים של שאילתות עבור אפליקציית חיפוש בין תאריכים נתונים.
שדות |
stats[] |
object (SearchApplicationQueryStats )
נתונים סטטיסטיים של שאילתות לפי תאריך באפליקציית חיפוש.
|
totalQueryCount |
string (int64 format)
המספר הכולל של שאילתות שבוצעו בהצלחה (קוד סטטוס 200) בטווח התאריכים שצוין.
|
SearchApplicationQueryStats
נתונים סטטיסטיים של שאילתות ברמת אפליקציית החיפוש לפי תאריך
שדות |
date |
object (Date )
התאריך שבו חושבו הנתונים הסטטיסטיים של השאילתות. המערכת מחזירה נתונים סטטיסטיים שחושבו ביום הבא בסמוך לחצות.
|
queryCountByStatus[] |
object (QueryCountByStatus )
|
QueryCountByStatus
ייצוג ב-JSON |
{
"statusCode": integer,
"count": string
} |
שדות |
statusCode |
integer
זהו קוד הסטטוס של ה-HTTP.
|
count |
string (int64 format)
|
Methods |
|
הצגת הנתונים הסטטיסטיים של השאילתות באפליקציית החיפוש. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# REST Resource: stats.query.searchapplications\n\n- [Resource: GetSearchApplicationQueryStatsResponse](#GetSearchApplicationQueryStatsResponse)\n - [JSON representation](#GetSearchApplicationQueryStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationQueryStats](#SearchApplicationQueryStats)\n - [JSON representation](#SearchApplicationQueryStats.SCHEMA_REPRESENTATION)\n- [QueryCountByStatus](#QueryCountByStatus)\n - [JSON representation](#QueryCountByStatus.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationQueryStatsResponse\n------------------------------------------------\n\nResponse format for getting query stats for a search application between given dates.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats) } ], \"totalQueryCount\": string } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationQueryStats](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats)`)` Query stats per date for a search application. |\n| `totalQueryCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total successful query count (status code 200) for the given date range. |\n\nSearchApplicationQueryStats\n---------------------------\n\nSearch application level query stats per date\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"queryCountByStatus\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus) } ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which query stats were calculated. Stats calculated on the next day close to midnight are returned. |\n| `queryCountByStatus[]` | `object (`[QueryCountByStatus](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus)`)` |\n\nQueryCountByStatus\n------------------\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"statusCode\": integer, \"count\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------|\n| `statusCode` | `integer` This represents the http status code. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications/get) | Get the query statistics for search application. |"]]