Class PathHierarchyTokenizer
Inheritance
PathHierarchyTokenizer
Assembly: OpenSearch.Client.dll
Syntax
public class PathHierarchyTokenizer : TokenizerBase, IPathHierarchyTokenizer, ITokenizer
Constructors
|
Edit this page
View Source
PathHierarchyTokenizer()
Declaration
public PathHierarchyTokenizer()
Properties
|
Edit this page
View Source
BufferSize
Declaration
public int? BufferSize { get; set; }
Property Value
|
Edit this page
View Source
Delimiter
Declaration
public char? Delimiter { get; set; }
Property Value
|
Edit this page
View Source
Replacement
Declaration
public char? Replacement { get; set; }
Property Value
|
Edit this page
View Source
Reverse
Declaration
public bool? Reverse { get; set; }
Property Value
|
Edit this page
View Source
Skip
Declaration
public int? Skip { get; set; }
Property Value
Implements
Extension Methods