StopAnalyzer interface
Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene.
- Extends
Properties
odatatype | Polymorphic discriminator, which specifies the different types this object can be |
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
Polymorphic discriminator, which specifies the different types this object can be
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 BaseLexicalAnalyzer.name