Interface IElisionTokenFilter
A token filter which removes elisions. For example, “l’avion” (the plane) will tokenized as “avion” (plane).
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IElisionTokenFilter : ITokenFilter
Properties
| Edit this page View SourceArticles
Accepts articles setting which is a set of stop words articles
Declaration
[DataMember(Name = "articles")]
IEnumerable<string> Articles { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
ArticlesCase
Whether articles should be handled case-insensitively. Defaults to false
.
Declaration
[DataMember(Name = "articles_case")]
bool? ArticlesCase { get; set; }
Property Value
Type | Description |
---|---|
bool? |