Delen via


Indexers - Reset

Hiermee stelt u de status van het bijhouden van wijzigingen opnieuw in die is gekoppeld aan een indexeerfunctie.

POST {endpoint}/indexers('{indexerName}')/search.reset?api-version=2024-07-01

URI-parameters

Name In Vereist Type Description
endpoint
path True

string

De eindpunt-URL van de zoekservice.

indexerName
path True

string

De naam van de indexeerfunctie die opnieuw moet worden ingesteld.

api-version
query True

string

Client-API-versie.

Aanvraagkoptekst

Name Vereist Type Description
x-ms-client-request-id

string

uuid

De tracerings-id die is verzonden met de aanvraag om hulp te bieden bij foutopsporing.

Antwoorden

Name Type Description
204 No Content
Other Status Codes

ErrorResponse

Foutreactie.

Voorbeelden

SearchServiceResetIndexer

Voorbeeldaanvraag

POST https://myservice.search.windows.net/indexers('myindexer')/search.reset?api-version=2024-07-01

Voorbeeldrespons

Definities

Name Description
ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.