Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for a search analyzer configuration.

Hierarchy

  • AnalyzerConfiguration

Index

Properties

Properties

Optional fields

fields: JsonObject

Schema for mapping a field name to a per field analyzer.

Optional name

name: string

Schema for the name of the Apache Lucene analyzer to use for text indexing. The default value varies depending on the analyzer usage:

  • For search indexes the default is standard * For query text indexes the default is keyword * For a query text index default_field the default is standard.

Optional stopwords

stopwords: string[]

Custom stopwords to use with the named analyzer.

Generated using TypeDoc