StopAnalyzer Class

Definition

Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/StopAnalyzer.html

[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.StopAnalyzer")]
public class StopAnalyzer : Microsoft.Azure.Search.Models.Analyzer
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.StopAnalyzer")>]
type StopAnalyzer = class
    inherit Analyzer
Public Class StopAnalyzer
Inherits Analyzer
Inheritance
StopAnalyzer
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

StopAnalyzer()

Initializes a new instance of the StopAnalyzer class.

StopAnalyzer(String, IList<String>)

Initializes a new instance of the StopAnalyzer class.

Properties

Name

Gets or sets 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 Analyzer)
Stopwords

Gets or sets a list of stopwords.

Methods

Validate()

Validate the object.

Applies to