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 2d68ac4 commit 1bf472cCopy full SHA for 1bf472c
src/Nest/Mapping/TermVectorOption.cs
@@ -26,6 +26,9 @@ public enum TermVectorOption
26
[EnumMember(Value = "with_positions_offsets")]
27
WithPositionsOffsets,
28
29
+ [EnumMember(Value = "with_positions_payloads")]
30
+ WithPositionsPayloads,
31
+
32
[EnumMember(Value = "with_positions_offsets_payloads")]
33
WithPositionsOffsetsPayloads
34
}
0 commit comments