Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateOrUpdateIndexOptions

Package version

Options for create/update index operation.

Hierarchy

  • any
    • CreateOrUpdateIndexOptions

Index

Properties

Optional allowIndexDowntime

allowIndexDowntime: undefined | false | true

Allows new analyzers, tokenizers, token filters, or char filters to be added to an index by taking the index offline for at least a few seconds. This temporarily causes indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.

Optional onlyIfUnchanged

onlyIfUnchanged: undefined | false | true

If set to true, Resource will be deleted only if the etag matches.

Generated using TypeDoc