다음을 통해 공유


Indexers - Reset Docs

데이터 원본의 특정 문서를 인덱서에서 선택적으로 다시 수집하도록 다시 설정합니다.

POST {endpoint}/indexers('{indexerName}')/search.resetdocs?api-version=2024-03-01-Preview
POST {endpoint}/indexers('{indexerName}')/search.resetdocs?overwrite={overwrite}&api-version=2024-03-01-Preview

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
endpoint
path True

string

검색 서비스의 엔드포인트 URL입니다.

indexerName
path True

string

문서를 다시 설정할 인덱서의 이름입니다.

api-version
query True

string

클라이언트 API 버전.

overwrite
query

boolean

false이면 키 또는 ID가 기존 키에 추가됩니다. true이면 이 페이로드의 키 또는 ID만 다시 수집될 큐에 대기됩니다.

요청 헤더

Name 필수 형식 Description
x-ms-client-request-id

string

uuid

디버깅에 도움이 되도록 요청과 함께 전송된 추적 ID입니다.

요청 본문

Name 형식 Description
datasourceDocumentIds

string[]

재설정할 데이터 원본 문서 식별자

documentKeys

string[]

다시 설정할 문서 키

응답

Name 형식 Description
204 No Content
Other Status Codes

ErrorResponse

오류 응답입니다.

예제

SearchServiceResetDocs

샘플 요청

POST https://myservice.search.windows.net/indexers('myindexer')/search.resetdocs?overwrite=False&api-version=2024-03-01-Preview

{
  "documentKeys": [
    "documentKey1",
    "documentKey2"
  ]
}

샘플 응답

정의

Name Description
ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.