Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchAlias

Package version

Represents an index alias, which describes a mapping from the alias name to an index. The alias name can be used in place of the index name for supported operations.

Hierarchy

  • SearchAlias

Index

Properties

Properties

Optional etag

etag: undefined | string

The ETag of the alias.

indexes

indexes: string[]

The name of the index this alias maps to. Only one index name may be specified.

name

name: string

The name of the alias.

Generated using TypeDoc