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 0aaf7c7 commit 05938a3Copy full SHA for 05938a3
src/Nest/Indices/Analyze/AnalyzeToken.cs
@@ -11,7 +11,7 @@ public class AnalyzeToken
11
[JsonProperty("position")]
12
public long Position { get; internal set; }
13
14
- [JsonProperty("position_length")]
+ [JsonProperty("positionLength")]
15
public long? PositionLength { get; internal set; }
16
17
[JsonProperty("start_offset")]
0 commit comments