Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Index

Package version

Represents a search index definition, which describes the fields and search behavior of an index.

Hierarchy

  • Index

Index

Properties

Optional analyzers

analyzers: AnalyzerUnion[]

The analyzers for the index.

Optional charFilters

charFilters: CharFilterUnion[]

The character filters for the index.

Optional corsOptions

corsOptions: CorsOptions

Options to control Cross-Origin Resource Sharing (CORS) for the index.

Optional defaultScoringProfile

defaultScoringProfile: undefined | string

The name of the scoring profile to use if none is specified in the query. If this property is not set and no scoring profile is specified in the query, then default scoring (tf-idf) will be used.

Optional eTag

eTag: undefined | string

The ETag of the index.

fields

fields: Field[]

The fields of the index.

name

name: string

The name of the index.

Optional scoringProfiles

scoringProfiles: ScoringProfile[]

The scoring profiles for the index.

Optional suggesters

suggesters: Suggester[]

The suggesters for the index.

Optional tokenFilters

tokenFilters: TokenFilterUnion[]

The token filters for the index.

Optional tokenizers

tokenizers: TokenizerUnion[]

The tokenizers for the index.

Generated using TypeDoc