We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892eaec commit 61f1744Copy full SHA for 61f1744
src/Nest/Indices/Analyze/AnalyzeToken.cs
@@ -15,7 +15,7 @@ public class AnalyzeToken
15
[DataMember(Name ="position")]
16
public long Position { get; internal set; }
17
18
- [DataMember(Name ="position_length")]
+ [DataMember(Name ="positionLength")]
19
public long? PositionLength { get; internal set; }
20
21
[DataMember(Name ="start_offset")]
0 commit comments