Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (s)
»
Puppet Tasks
»
searchservice_azure_indexers_get
Puppet Task: searchservice_azure_indexers_get
Defined in:
tasks/searchservice_azure_indexers_get.json,
tasks/searchservice_azure_indexers_get.rb
Overview
Retrieves an indexer definition from Azure Search.
Supports noop?
false
Parameters
outputfieldmappings
(Optional[String[1]])
— Output field mappings are applied after enrichment and immediately before indexing.
description
(Optional[String[1]])
— The description of the indexer.
schedule
(Optional[String[1]])
— The schedule for this indexer.
fieldmappings
(Optional[String[1]])
— Defines mappings between fields in the data source and corresponding target fields in the index.
api_version
(Optional[String[1]])
— Client Api Version.
parameters
(Optional[String[1]])
— Parameters for indexer execution.
odataetag
(Optional[String[1]])
— The ETag of the Indexer.
datasourcename
(Optional[String[1]])
— The name of the datasource from which this indexer reads data.
client_request_id
(Optional[String[1]])
— The tracking ID sent with the request to help with debugging.
name
(Optional[String[1]])
— The name of the indexer.
disabled
(Optional[String[1]])
— A value indicating whether the indexer is disabled. Default is false.
targetindexname
(Optional[String[1]])
— The name of the index to which this indexer writes data.
skillsetname
(Optional[String[1]])
— The name of the cognitive skillset executing with this indexer.
indexer_name
(Optional[String[1]])
— The name of the indexer to retrieve.