Skip to content

Commit

Permalink
wrong jsonpropr name (#6259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferran54 authored Apr 13, 2022
1 parent 0aaf7c7 commit 05938a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nest/Indices/Analyze/AnalyzeToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class AnalyzeToken
[JsonProperty("position")]
public long Position { get; internal set; }

[JsonProperty("position_length")]
[JsonProperty("positionLength")]
public long? PositionLength { get; internal set; }

[JsonProperty("start_offset")]
Expand Down

0 comments on commit 05938a3

Please sign in to comment.