Class AnalyzeToken
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class AnalyzeToken
Properties
|
Edit this page
View Source
EndOffset
Declaration
[DataMember(Name = "end_offset")]
public long EndOffset { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
[DataMember(Name = "position")]
public long Position { get; }
Property Value
|
Edit this page
View Source
PositionLength
Declaration
[DataMember(Name = "position_length")]
public long? PositionLength { get; }
Property Value
|
Edit this page
View Source
StartOffset
Declaration
[DataMember(Name = "start_offset")]
public long StartOffset { get; }
Property Value
|
Edit this page
View Source
Token
Declaration
[DataMember(Name = "token")]
public string Token { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Extension Methods