ElisionTokenFilter Class

Definition

Removes elisions. For example, "l'avion" (the plane) will be converted to "avion" (plane). This token filter is implemented using Apache Lucene. http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/util/ElisionFilter.html

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

Constructors

ElisionTokenFilter()

Initializes a new instance of the ElisionTokenFilter class.

ElisionTokenFilter(String, IList<String>)

Initializes a new instance of the ElisionTokenFilter class.

Properties

Articles

Gets or sets the set of articles to remove.

Name

Gets or sets the name of the token filter. 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 TokenFilter)

Methods

Validate()

Validate the object.

Applies to