Skip to content

Commit b308013

Browse files
committed
Add missing TermVectorOption
1 parent f2d3ca1 commit b308013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/Mapping/TermVectorOption.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public enum TermVectorOption
2626
[EnumMember(Value = "with_positions_offsets")]
2727
WithPositionsOffsets,
2828

29+
[EnumMember(Value = "with_positions_payloads")]
30+
WithPositionsPayloads,
31+
2932
[EnumMember(Value = "with_positions_offsets_payloads")]
3033
WithPositionsOffsetsPayloads
3134
}

0 commit comments

Comments
 (0)