Interface IUniqueTokenFilter
The unique token filter can be used to only index unique tokens during analysis. By default it is applied on all the token stream
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IUniqueTokenFilter : ITokenFilter
Properties
| Edit this page View SourceOnlyOnSamePosition
If only_on_same_position is set to true, it will only remove duplicate tokens on the same position.
Declaration
[DataMember(Name = "only_on_same_position")]
bool? OnlyOnSamePosition { get; set; }
Property Value
Type | Description |
---|---|
bool? |