StopAnalyzer Class

Definition

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

public class StopAnalyzer : Azure.Search.Documents.Indexes.Models.LexicalAnalyzer
type StopAnalyzer = class
    inherit LexicalAnalyzer
Public Class StopAnalyzer
Inherits LexicalAnalyzer
Inheritance
StopAnalyzer

Constructors

StopAnalyzer(String)

Initializes a new instance of StopAnalyzer.

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.

(Inherited from LexicalAnalyzer)
Stopwords

A list of stopwords.

Applies to