Indexers - Reset Docs
重設數據源中的特定檔,以便由索引器選擇性地重新內嵌。
POST {endpoint}/indexers('{indexerName}')/search.resetdocs?api-version=2024-09-01-preview
POST {endpoint}/indexers('{indexerName}')/search.resetdocs?overwrite={overwrite}&api-version=2024-09-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
搜尋服務的端點 URL。 |
indexer
|
path | True |
string |
要重設檔的索引器名稱。 |
api-version
|
query | True |
string |
用戶端 API 版本。 |
overwrite
|
query |
boolean |
如果為 false,則會將索引鍵或標識元附加至現有的密鑰。 如果為 true,則只有此承載中的金鑰或識別符會排入佇列以重新內嵌。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
x-ms-client-request-id |
string uuid |
隨要求一起傳送的追蹤標識碼,以協助偵錯。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
datasourceDocumentIds |
string[] |
要重設的數據源檔識別碼 |
documentKeys |
string[] |
要重設的檔索引鍵 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content | ||
Other Status Codes |
錯誤回應。 |
範例
SearchServiceResetDocs
範例要求
POST https://previewexampleservice.search.windows.net/indexers('myindexer')/search.resetdocs?overwrite=True&api-version=2024-09-01-preview
{
"documentKeys": [
"1",
"2",
"3"
]
}
範例回覆
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |