Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Indexer

Package version

Represents an indexer.

Hierarchy

  • Indexer

Index

Properties

dataSourceName

dataSourceName: string

The name of the datasource from which this indexer reads data.

Optional description

description: undefined | string

The description of the indexer.

Optional eTag

eTag: undefined | string

The ETag of the Indexer.

Optional fieldMappings

fieldMappings: FieldMapping[]

Defines mappings between fields in the data source and corresponding target fields in the index.

Optional isDisabled

isDisabled: undefined | false | true

A value indicating whether the indexer is disabled. Default is false. Default value: false.

name

name: string

The name of the indexer.

Optional outputFieldMappings

outputFieldMappings: FieldMapping[]

Output field mappings are applied after enrichment and immediately before indexing.

Optional parameters

parameters: IndexingParameters

Parameters for indexer execution.

Optional schedule

The schedule for this indexer.

Optional skillsetName

skillsetName: undefined | string

The name of the skillset executing with this indexer.

targetIndexName

targetIndexName: string

The name of the index to which this indexer writes data.

Generated using TypeDoc