StopAnalyzer interface

Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene.

Extends

Properties

odatatype

A URI fragment specifying the type of analyzer.

stopwords

A list of stopwords.

Inherited Properties

name

The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

Property Details

odatatype

A URI fragment specifying the type of analyzer.

odatatype: "#Microsoft.Azure.Search.StopAnalyzer"

Property Value

"#Microsoft.Azure.Search.StopAnalyzer"

stopwords

A list of stopwords.

stopwords?: string[]

Property Value

string[]

Inherited Property Details

name

The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

name: string

Property Value

string

Inherited From LexicalAnalyzer.name