Skip to content

Commit 7ae770d

Browse files
Add missing TermVectorOption (#6091) (#6093)
Co-authored-by: Steve Gordon <[email protected]>
1 parent fd69d56 commit 7ae770d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/Mapping/TermVectorOption.cs

+3
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)