Skip to content

Commit c0abf5e

Browse files
author
dev-teresab
committed
added the an offsets option for IndexOptions without it users can not use the postings highlighter see issue 891
1 parent 1d996bf commit c0abf5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/Nest/Enums/IndexOptions.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public enum IndexOptions
1212
[EnumMember(Value = "freqs")]
1313
Freqs,
1414
[EnumMember(Value = "positions")]
15-
Positions
15+
Positions,
16+
[EnumMember(Value = "offsets")]
17+
Offsets,
1618
}
1719
}

0 commit comments

Comments
 (0)