Azure.Search (preview:2025-03-01)

2025/02/21 • 48 new methods

Documents_Count (new)
Description Queries the number of documents in the index.
Reference Link ¶

⚼ Request

GET:  /docs/$count
{
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_SearchGet (new)
Description Searches for documents in the index.
Reference Link ¶

⚼ Request

GET:  /docs
{
search: string ,
$count: boolean ,
facet: array ,
$filter: string ,
highlight: array ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
$orderby: array ,
queryType: string ,
scoringParameter: array ,
scoringProfile: string ,
searchFields: array ,
searchMode: string ,
scoringStatistics: string ,
sessionId: string ,
$select: array ,
$skip: integer ,
$top: integer ,
api-version: string ,
x-ms-client-request-id: string ,
semanticConfiguration: string ,
semanticErrorHandling: string ,
semanticMaxWaitInMilliseconds: integer ,
answers: string ,
captions: string ,
semanticQuery: string ,
queryRewrites: string ,
debug: string ,
queryLanguage: string ,
speller: string ,
semanticFields: array ,
}

⚐ Response (200)

{
@odata.count: integer ,
@search.coverage: number ,
@search.facets: object ,
@search.answers:
[
{
score: number ,
key: string ,
text: string ,
highlights: string ,
}
,
]
,
@search.debug:
{
queryRewrites:
{
text:
{
inputQuery: string ,
rewrites:
[
string ,
]
,
}
,
vectors:
[
{
inputQuery: string ,
rewrites:
[
string ,
]
,
}
,
]
,
}
,
}
,
@search.nextPageParameters:
{
count: boolean ,
facets:
[
string ,
]
,
filter: string ,
highlight: string ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
orderby: string ,
queryType: enum ,
scoringStatistics: enum ,
sessionId: string ,
scoringParameters:
[
string ,
]
,
scoringProfile: string ,
debug: enum ,
search: string ,
searchFields: string ,
searchMode: enum ,
queryLanguage: enum ,
speller: enum ,
select: string ,
skip: integer ,
top: integer ,
semanticConfiguration: string ,
semanticErrorHandling: enum ,
semanticMaxWaitInMilliseconds: integer ,
semanticQuery: string ,
answers: enum ,
captions: enum ,
queryRewrites: enum ,
semanticFields: string ,
vectorQueries:
[
{
kind: enum ,
k: integer ,
fields: string ,
exhaustive: boolean ,
oversampling: number ,
weight: number ,
threshold:
{
kind: enum ,
}
,
filterOverride: string ,
}
,
]
,
vectorFilterMode: enum ,
hybridSearch:
{
maxTextRecallSize: integer ,
countAndFacetMode: enum ,
}
,
}
,
value:
[
{
@search.score: number ,
@search.rerankerScore: number ,
@search.highlights: object ,
@search.captions:
[
{
text: string ,
highlights: string ,
}
,
]
,
@search.documentDebugInfo:
[
{
semantic:
{
titleField:
{
name: string ,
state: enum ,
}
,
contentFields:
[
{
name: string ,
state: enum ,
}
,
]
,
keywordFields:
[
{
name: string ,
state: enum ,
}
,
]
,
rerankerInput:
{
title: string ,
content: string ,
keywords: string ,
}
,
}
,
vectors:
{
subscores:
{
text:
{
searchScore: number ,
}
,
vectors:
[
object ,
]
,
documentBoost: number ,
}
,
}
,
}
,
]
,
}
,
]
,
@odata.nextLink: string ,
@search.semanticPartialResponseReason: enum ,
@search.semanticPartialResponseType: enum ,
@search.semanticQueryRewritesResultType: enum ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_SearchPost (new)
Description Searches for documents in the index.
Reference Link ¶

⚼ Request

POST:  /docs/search.post.search
{
searchRequest:
{
count: boolean ,
facets:
[
string ,
]
,
filter: string ,
highlight: string ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
orderby: string ,
queryType: enum ,
scoringStatistics: enum ,
sessionId: string ,
scoringParameters:
[
string ,
]
,
scoringProfile: string ,
debug: enum ,
search: string ,
searchFields: string ,
searchMode: enum ,
queryLanguage: enum ,
speller: enum ,
select: string ,
skip: integer ,
top: integer ,
semanticConfiguration: string ,
semanticErrorHandling: enum ,
semanticMaxWaitInMilliseconds: integer ,
semanticQuery: string ,
answers: enum ,
captions: enum ,
queryRewrites: enum ,
semanticFields: string ,
vectorQueries:
[
{
kind: enum ,
k: integer ,
fields: string ,
exhaustive: boolean ,
oversampling: number ,
weight: number ,
threshold:
{
kind: enum ,
}
,
filterOverride: string ,
}
,
]
,
vectorFilterMode: enum ,
hybridSearch:
{
maxTextRecallSize: integer ,
countAndFacetMode: enum ,
}
,
}
,
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
@odata.count: integer ,
@search.coverage: number ,
@search.facets: object ,
@search.answers:
[
{
score: number ,
key: string ,
text: string ,
highlights: string ,
}
,
]
,
@search.debug:
{
queryRewrites:
{
text:
{
inputQuery: string ,
rewrites:
[
string ,
]
,
}
,
vectors:
[
{
inputQuery: string ,
rewrites:
[
string ,
]
,
}
,
]
,
}
,
}
,
@search.nextPageParameters:
{
count: boolean ,
facets:
[
string ,
]
,
filter: string ,
highlight: string ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
orderby: string ,
queryType: enum ,
scoringStatistics: enum ,
sessionId: string ,
scoringParameters:
[
string ,
]
,
scoringProfile: string ,
debug: enum ,
search: string ,
searchFields: string ,
searchMode: enum ,
queryLanguage: enum ,
speller: enum ,
select: string ,
skip: integer ,
top: integer ,
semanticConfiguration: string ,
semanticErrorHandling: enum ,
semanticMaxWaitInMilliseconds: integer ,
semanticQuery: string ,
answers: enum ,
captions: enum ,
queryRewrites: enum ,
semanticFields: string ,
vectorQueries:
[
{
kind: enum ,
k: integer ,
fields: string ,
exhaustive: boolean ,
oversampling: number ,
weight: number ,
threshold:
{
kind: enum ,
}
,
filterOverride: string ,
}
,
]
,
vectorFilterMode: enum ,
hybridSearch:
{
maxTextRecallSize: integer ,
countAndFacetMode: enum ,
}
,
}
,
value:
[
{
@search.score: number ,
@search.rerankerScore: number ,
@search.highlights: object ,
@search.captions:
[
{
text: string ,
highlights: string ,
}
,
]
,
@search.documentDebugInfo:
[
{
semantic:
{
titleField:
{
name: string ,
state: enum ,
}
,
contentFields:
[
{
name: string ,
state: enum ,
}
,
]
,
keywordFields:
[
{
name: string ,
state: enum ,
}
,
]
,
rerankerInput:
{
title: string ,
content: string ,
keywords: string ,
}
,
}
,
vectors:
{
subscores:
{
text:
{
searchScore: number ,
}
,
vectors:
[
object ,
]
,
documentBoost: number ,
}
,
}
,
}
,
]
,
}
,
]
,
@odata.nextLink: string ,
@search.semanticPartialResponseReason: enum ,
@search.semanticPartialResponseType: enum ,
@search.semanticQueryRewritesResultType: enum ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_Get (new)
Description Retrieves a document from the index.
Reference Link ¶

⚼ Request

GET:  /docs('{key}')
{
key: string ,
$select: array ,
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_SuggestGet (new)
Description Suggests documents in the index that match the given partial query text.
Reference Link ¶

⚼ Request

GET:  /docs/search.suggest
{
search: string ,
suggesterName: string ,
$filter: string ,
fuzzy: boolean ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
$orderby: array ,
searchFields: array ,
$select: array ,
$top: integer ,
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
value:
[
{
@search.text: string ,
}
,
]
,
@search.coverage: number ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_SuggestPost (new)
Description Suggests documents in the index that match the given partial query text.
Reference Link ¶

⚼ Request

POST:  /docs/search.post.suggest
{
suggestRequest:
{
filter: string ,
fuzzy: boolean ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
orderby: string ,
search: string ,
searchFields: string ,
select: string ,
suggesterName: string ,
top: integer ,
}
,
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
value:
[
{
@search.text: string ,
}
,
]
,
@search.coverage: number ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_Index (new)
Description Sends a batch of document write actions to the index.
Reference Link ¶

⚼ Request

POST:  /docs/search.index
{
batch:
{
value:
[
{
@search.action: enum ,
}
,
]
,
}
,
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
value:
[
{
key: string ,
errorMessage: string ,
status: boolean ,
statusCode: integer ,
}
,
]
,
}

⚐ Response (207)

{
value:
[
{
key: string ,
errorMessage: string ,
status: boolean ,
statusCode: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_AutocompleteGet (new)
Description Autocompletes incomplete query terms based on input text and matching terms in the index.
Reference Link ¶

⚼ Request

GET:  /docs/search.autocomplete
{
x-ms-client-request-id: string ,
api-version: string ,
search: string ,
suggesterName: string ,
autocompleteMode: string ,
$filter: string ,
fuzzy: boolean ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
searchFields: array ,
$top: integer ,
}

⚐ Response (200)

{
@search.coverage: number ,
value:
[
{
text: string ,
queryPlusText: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Documents_AutocompletePost (new)
Description Autocompletes incomplete query terms based on input text and matching terms in the index.
Reference Link ¶

⚼ Request

POST:  /docs/search.post.autocomplete
{
x-ms-client-request-id: string ,
api-version: string ,
autocompleteRequest:
{
search: string ,
autocompleteMode: enum ,
filter: string ,
fuzzy: boolean ,
highlightPostTag: string ,
highlightPreTag: string ,
minimumCoverage: number ,
searchFields: string ,
suggesterName: string ,
top: integer ,
}
,
}

⚐ Response (200)

{
@search.coverage: number ,
value:
[
{
text: string ,
queryPlusText: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataSources_CreateOrUpdate (new)
Description Creates a new datasource or updates a datasource if it already exists.
Reference Link ¶

⚼ Request

PUT:  /datasources('{dataSourceName}')
{
dataSourceName: string ,
dataSource:
{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
ignoreResetRequirements: boolean ,
}

⚐ Response (200)

{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (201)

{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataSources_Delete (new)
Description Deletes a datasource.
Reference Link ¶

⚼ Request

DELETE:  /datasources('{dataSourceName}')
{
dataSourceName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataSources_Get (new)
Description Retrieves a datasource definition.
Reference Link ¶

⚼ Request

GET:  /datasources('{dataSourceName}')
{
dataSourceName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataSources_List (new)
Description Lists all datasources available for a search service.
Reference Link ¶

⚼ Request

GET:  /datasources
{
$select: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataSources_Create (new)
Description Creates a new datasource.
Reference Link ¶

⚼ Request

POST:  /datasources
{
dataSource:
{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
description: string ,
type: enum ,
credentials:
{
connectionString: string ,
}
,
container:
{
name: string ,
query: string ,
}
,
identity:
{
@odata.type: string ,
}
,
dataChangeDetectionPolicy:
{
@odata.type: string ,
}
,
dataDeletionDetectionPolicy:
{
@odata.type: string ,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_Reset (new)
Description Resets the change tracking state associated with an indexer.
Reference Link ¶

⚼ Request

POST:  /indexers('{indexerName}')/search.reset
{
indexerName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_ResetDocs (new)
Description Resets specific documents in the datasource to be selectively re-ingested by the indexer.
Reference Link ¶

⚼ Request

POST:  /indexers('{indexerName}')/search.resetdocs
{
indexerName: string ,
keysOrIds:
{
documentKeys:
[
string ,
]
,
datasourceDocumentIds:
[
string ,
]
,
}
,
overwrite: boolean ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_Run (new)
Description Runs an indexer on-demand.
Reference Link ¶

⚼ Request

POST:  /indexers('{indexerName}')/search.run
{
indexerName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_CreateOrUpdate (new)
Description Creates a new indexer or updates an indexer if it already exists.
Reference Link ¶

⚼ Request

PUT:  /indexers('{indexerName}')
{
indexerName: string ,
indexer:
{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
ignoreResetRequirements: boolean ,
disableCacheReprocessingChangeDetection: boolean ,
}

⚐ Response (201)

{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (200)

{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_Delete (new)
Description Deletes an indexer.
Reference Link ¶

⚼ Request

DELETE:  /indexers('{indexerName}')
{
indexerName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (404)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_Get (new)
Description Retrieves an indexer definition.
Reference Link ¶

⚼ Request

GET:  /indexers('{indexerName}')
{
indexerName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_List (new)
Description Lists all indexers available for a search service.
Reference Link ¶

⚼ Request

GET:  /indexers
{
$select: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_Create (new)
Description Creates a new indexer.
Reference Link ¶

⚼ Request

POST:  /indexers
{
indexer:
{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
description: string ,
dataSourceName: string ,
skillsetName: string ,
targetIndexName: string ,
schedule:
{
interval: string ,
startTime: string ,
}
,
parameters:
{
batchSize: integer ,
maxFailedItems: integer ,
maxFailedItemsPerBatch: integer ,
configuration:
{
parsingMode: enum ,
excludedFileNameExtensions: string ,
indexedFileNameExtensions: string ,
failOnUnsupportedContentType: boolean ,
failOnUnprocessableDocument: boolean ,
indexStorageMetadataOnlyForOversizedDocuments: boolean ,
delimitedTextHeaders: string ,
delimitedTextDelimiter: string ,
firstLineContainsHeaders: boolean ,
markdownParsingSubmode: enum ,
markdownHeaderDepth: enum ,
documentRoot: string ,
dataToExtract: enum ,
imageAction: enum ,
allowSkillsetToReadFileData: boolean ,
pdfTextRotationAlgorithm: enum ,
executionEnvironment: enum ,
queryTimeout: string ,
}
,
}
,
fieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
outputFieldMappings:
[
{
sourceFieldName: string ,
targetFieldName: string ,
mappingFunction:
{
name: string ,
parameters: object ,
}
,
}
,
]
,
disabled: boolean ,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
cache:
{
id: string ,
storageConnectionString: string ,
enableReprocessing: boolean ,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexers_GetStatus (new)
Description Returns the current status and execution history of an indexer.
Reference Link ¶

⚼ Request

GET:  /indexers('{indexerName}')/search.status
{
indexerName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
status: enum ,
lastResult:
{
status: enum ,
statusDetail: enum ,
currentState:
{
mode: enum ,
allDocsInitialChangeTrackingState: string ,
allDocsFinalChangeTrackingState: string ,
resetDocsInitialChangeTrackingState: string ,
resetDocsFinalChangeTrackingState: string ,
resetDocumentKeys:
[
string ,
]
,
resetDatasourceDocumentIds:
[
string ,
]
,
}
,
errorMessage: string ,
startTime: string ,
endTime: string ,
errors:
[
{
key: string ,
errorMessage: string ,
statusCode: integer ,
name: string ,
details: string ,
documentationLink: string ,
}
,
]
,
warnings:
[
{
key: string ,
message: string ,
name: string ,
details: string ,
documentationLink: string ,
}
,
]
,
itemsProcessed: integer ,
itemsFailed: integer ,
initialTrackingState: string ,
finalTrackingState: string ,
}
,
executionHistory:
[
{
status: enum ,
statusDetail: enum ,
currentState:
{
mode: enum ,
allDocsInitialChangeTrackingState: string ,
allDocsFinalChangeTrackingState: string ,
resetDocsInitialChangeTrackingState: string ,
resetDocsFinalChangeTrackingState: string ,
resetDocumentKeys:
[
string ,
]
,
resetDatasourceDocumentIds:
[
string ,
]
,
}
,
errorMessage: string ,
startTime: string ,
endTime: string ,
errors:
[
{
key: string ,
errorMessage: string ,
statusCode: integer ,
name: string ,
details: string ,
documentationLink: string ,
}
,
]
,
warnings:
[
{
key: string ,
message: string ,
name: string ,
details: string ,
documentationLink: string ,
}
,
]
,
itemsProcessed: integer ,
itemsFailed: integer ,
initialTrackingState: string ,
finalTrackingState: string ,
}
,
]
,
limits:
{
maxRunTime: string ,
maxDocumentExtractionSize: number ,
maxDocumentContentCharactersToExtract: number ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_CreateOrUpdate (new)
Description Creates a new skillset in a search service or updates the skillset if it already exists.
Reference Link ¶

⚼ Request

PUT:  /skillsets('{skillsetName}')
{
skillsetName: string ,
skillset:
{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
ignoreResetRequirements: boolean ,
disableCacheReprocessingChangeDetection: boolean ,
}

⚐ Response (200)

{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (201)

{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_Delete (new)
Description Deletes a skillset in a search service.
Reference Link ¶

⚼ Request

DELETE:  /skillsets('{skillsetName}')
{
skillsetName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_Get (new)
Description Retrieves a skillset in a search service.
Reference Link ¶

⚼ Request

GET:  /skillsets('{skillsetName}')
{
skillsetName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_List (new)
Description List all skillsets in a search service.
Reference Link ¶

⚼ Request

GET:  /skillsets
{
$select: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_Create (new)
Description Creates a new skillset in a search service.
Reference Link ¶

⚼ Request

POST:  /skillsets
{
skillset:
{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
description: string ,
skills:
[
{
@odata.type: string ,
name: string ,
description: string ,
context: string ,
inputs:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
outputs:
[
{
name: string ,
targetName: string ,
}
,
]
,
}
,
]
,
cognitiveServices:
{
@odata.type: string ,
description: string ,
}
,
knowledgeStore:
{
storageConnectionString: string ,
projections:
[
{
tables:
[
{
tableName: string ,
}
,
]
,
objects:
[
object ,
]
,
files:
[
object ,
]
,
}
,
]
,
identity:
{
@odata.type: string ,
}
,
parameters:
{
synthesizeGeneratedKeyName: boolean ,
}
,
}
,
indexProjections:
{
selectors:
[
{
targetIndexName: string ,
parentKeyFieldName: string ,
sourceContext: string ,
mappings:
[
{
name: string ,
source: string ,
sourceContext: string ,
inputs:
[
string ,
]
,
}
,
]
,
}
,
]
,
parameters:
{
projectionMode: enum ,
}
,
}
,
@odata.etag: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skillsets_ResetSkills (new)
Description Reset an existing skillset in a search service.
Reference Link ¶

⚼ Request

POST:  /skillsets('{skillsetName}')/search.resetskills
{
skillsetName: string ,
skillNames:
{
skillNames:
[
string ,
]
,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SynonymMaps_CreateOrUpdate (new)
Description Creates a new synonym map or updates a synonym map if it already exists.
Reference Link ¶

⚼ Request

PUT:  /synonymmaps('{synonymMapName}')
{
synonymMapName: string ,
synonymMap:
{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}
,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}

⚐ Response (201)

{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SynonymMaps_Delete (new)
Description Deletes a synonym map.
Reference Link ¶

⚼ Request

DELETE:  /synonymmaps('{synonymMapName}')
{
synonymMapName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SynonymMaps_Get (new)
Description Retrieves a synonym map definition.
Reference Link ¶

⚼ Request

GET:  /synonymmaps('{synonymMapName}')
{
synonymMapName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SynonymMaps_List (new)
Description Lists all synonym maps available for a search service.
Reference Link ¶

⚼ Request

GET:  /synonymmaps
{
$select: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SynonymMaps_Create (new)
Description Creates a new synonym map.
Reference Link ¶

⚼ Request

POST:  /synonymmaps
{
synonymMap:
{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
format: enum ,
synonyms: string ,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_Create (new)
Description Creates a new search index.
Reference Link ¶

⚼ Request

POST:  /indexes
{
index:
{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_List (new)
Description Lists all indexes available for a search service.
Reference Link ¶

⚼ Request

GET:  /indexes
{
$select: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_CreateOrUpdate (new)
Description Creates a new search index or updates an index if it already exists.
Reference Link ¶

⚼ Request

PUT:  /indexes('{indexName}')
{
indexName: string ,
index:
{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}
,
allowIndexDowntime: boolean ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}

⚐ Response (201)

{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_Delete (new)
Description Deletes a search index and all the documents it contains. This operation is permanent, with no recovery option. Make sure you have a master copy of your index definition, data ingestion code, and a backup of the primary data source in case you need to re-build the index.
Reference Link ¶

⚼ Request

DELETE:  /indexes('{indexName}')
{
indexName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_Get (new)
Description Retrieves an index definition.
Reference Link ¶

⚼ Request

GET:  /indexes('{indexName}')
{
indexName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
fields:
[
{
name: string ,
type: enum ,
key: boolean ,
retrievable: boolean ,
stored: boolean ,
searchable: boolean ,
filterable: boolean ,
sortable: boolean ,
facetable: boolean ,
analyzer: enum ,
searchAnalyzer: enum ,
indexAnalyzer: enum ,
normalizer: enum ,
dimensions: integer ,
vectorSearchProfile: string ,
vectorEncoding: enum ,
synonymMaps:
[
string ,
]
,
fields:
[
string ,
]
,
}
,
]
,
scoringProfiles:
[
{
name: string ,
text:
{
weights: object ,
}
,
functions:
[
{
type: string ,
fieldName: string ,
boost: number ,
interpolation: enum ,
}
,
]
,
functionAggregation: enum ,
}
,
]
,
defaultScoringProfile: string ,
corsOptions:
{
allowedOrigins:
[
string ,
]
,
maxAgeInSeconds: integer ,
}
,
suggesters:
[
{
name: string ,
searchMode: enum ,
sourceFields:
[
string ,
]
,
}
,
]
,
analyzers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
tokenFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
charFilters:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
normalizers:
[
{
@odata.type: string ,
name: string ,
}
,
]
,
encryptionKey:
{
keyVaultKeyName: string ,
keyVaultKeyVersion: string ,
keyVaultUri: string ,
accessCredentials:
{
applicationId: string ,
applicationSecret: string ,
}
,
identity:
{
@odata.type: string ,
}
,
}
,
similarity:
{
@odata.type: string ,
}
,
semantic:
{
defaultConfiguration: string ,
configurations:
[
{
name: string ,
prioritizedFields:
{
titleField:
{
fieldName: string ,
}
,
prioritizedContentFields:
[
{
fieldName: string ,
}
,
]
,
prioritizedKeywordsFields:
[
{
fieldName: string ,
}
,
]
,
}
,
flightingOptIn: boolean ,
}
,
]
,
}
,
vectorSearch:
{
profiles:
[
{
name: string ,
algorithm: string ,
vectorizer: string ,
compression: string ,
}
,
]
,
algorithms:
[
{
name: string ,
kind: enum ,
}
,
]
,
vectorizers:
[
{
name: string ,
kind: enum ,
}
,
]
,
compressions:
[
{
name: string ,
kind: enum ,
rerankWithOriginalVectors: boolean ,
defaultOversampling: number ,
rescoringOptions:
{
enableRescoring: boolean ,
defaultOversampling: number ,
rescoreStorageMethod: enum ,
}
,
truncationDimension: integer ,
}
,
]
,
}
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_GetStatistics (new)
Description Returns statistics for the given index, including a document count and storage usage.
Reference Link ¶

⚼ Request

GET:  /indexes('{indexName}')/search.stats
{
indexName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
documentCount: integer ,
storageSize: integer ,
vectorIndexSize: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Indexes_Analyze (new)
Description Shows how an analyzer breaks text into tokens.
Reference Link ¶

⚼ Request

POST:  /indexes('{indexName}')/search.analyze
{
indexName: string ,
request:
{
text: string ,
analyzer: enum ,
tokenizer: enum ,
normalizer: enum ,
tokenFilters:
[
string ,
]
,
charFilters:
[
string ,
]
,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
tokens:
[
{
token: string ,
startOffset: integer ,
endOffset: integer ,
position: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Aliases_Create (new)
Description Creates a new search alias.
Reference Link ¶

⚼ Request

POST:  /aliases
{
alias:
{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}
,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (201)

{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Aliases_List (new)
Description Lists all aliases available for a search service.
Reference Link ¶

⚼ Request

GET:  /aliases
{
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Aliases_CreateOrUpdate (new)
Description Creates a new search alias or updates an alias if it already exists.
Reference Link ¶

⚼ Request

PUT:  /aliases('{aliasName}')
{
aliasName: string ,
alias:
{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}
,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
Prefer: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}

⚐ Response (201)

{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Aliases_Delete (new)
Description Deletes a search alias and its associated mapping to an index. This operation is permanent, with no recovery option. The mapped index is untouched by this operation.
Reference Link ¶

⚼ Request

DELETE:  /aliases('{aliasName}')
{
aliasName: string ,
x-ms-client-request-id: string ,
If-Match: string ,
If-None-Match: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (404)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Aliases_Get (new)
Description Retrieves an alias definition.
Reference Link ¶

⚼ Request

GET:  /aliases('{aliasName}')
{
aliasName: string ,
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
indexes:
[
string ,
]
,
@odata.etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GetServiceStatistics (new)
Description Gets service level statistics for a search service.
Reference Link ¶

⚼ Request

GET:  /servicestats
{
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
counters:
{
aliasesCount:
{
usage: integer ,
quota: integer ,
}
,
documentCount:
{
usage: integer ,
quota: integer ,
}
,
indexesCount:
{
usage: integer ,
quota: integer ,
}
,
indexersCount:
{
usage: integer ,
quota: integer ,
}
,
dataSourcesCount:
{
usage: integer ,
quota: integer ,
}
,
storageSize:
{
usage: integer ,
quota: integer ,
}
,
synonymMaps:
{
usage: integer ,
quota: integer ,
}
,
skillsetCount:
{
usage: integer ,
quota: integer ,
}
,
vectorIndexSize:
{
usage: integer ,
quota: integer ,
}
,
}
,
limits:
{
maxFieldsPerIndex: integer ,
maxFieldNestingDepthPerIndex: integer ,
maxComplexCollectionFieldsPerIndex: integer ,
maxComplexObjectsInCollectionsPerDocument: integer ,
maxStoragePerIndex: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GetIndexStatsSummary (new)
Description Retrieves a summary of statistics for all indexes in the search service.
Reference Link ¶

⚼ Request

GET:  /indexstats
{
x-ms-client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
documentCount: integer ,
storageSize: integer ,
vectorIndexSize: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}