StopAnalyzer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET