Skip to content

Commit 1124d8f

Browse files
stevejgordongithub-actions[bot]
authored andcommitted
Correct the JSON name for the position length on tokens (#5499)
1 parent 24fab54 commit 1124d8f

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
@@ -15,7 +15,7 @@ public class AnalyzeToken
1515
[DataMember(Name ="position")]
1616
public long Position { get; internal set; }
1717

18-
[DataMember(Name ="position_length")]
18+
[DataMember(Name ="positionLength")]
1919
public long? PositionLength { get; internal set; }
2020

2121
[DataMember(Name ="start_offset")]

0 commit comments

Comments
 (0)