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