Skip to content

Commit 61f1744

Browse files
Correct the JSON name for the position length on tokens (#5499) (#5511)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 892eaec commit 61f1744

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)