Skip to content

Commit 05938a3

Browse files
authored
wrong jsonpropr name (#6259)
1 parent 0aaf7c7 commit 05938a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Indices/Analyze/AnalyzeToken.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AnalyzeToken
1111
[JsonProperty("position")]
1212
public long Position { get; internal set; }
1313

14-
[JsonProperty("position_length")]
14+
[JsonProperty("positionLength")]
1515
public long? PositionLength { get; internal set; }
1616

1717
[JsonProperty("start_offset")]

0 commit comments

Comments
 (0)