StandardAnalyzer 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.
Standard Apache Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop filter. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/standard/StandardAnalyzer.html
[Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.StandardAnalyzer")]
public class StandardAnalyzer : Microsoft.Azure.Search.Models.Analyzer
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.Search.StandardAnalyzer")>]
type StandardAnalyzer = class
inherit Analyzer
Public Class StandardAnalyzer
Inherits Analyzer
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
StandardAnalyzer() |
Initializes a new instance of the StandardAnalyzer class. |
StandardAnalyzer(String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the StandardAnalyzer class. |
Properties
MaxTokenLength |
Gets or sets the maximum token length. Default is 255. Tokens longer than the maximum length are split. The maximum token length that can be used is 300 characters. |
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
Azure SDK for .NET