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 3c463a7 commit 42eae5bCopy full SHA for 42eae5b
src/Nest/Modules/Indices/Fielddata/String/StringFielddataFormat.cs
@@ -1,11 +1,13 @@
1
-using System.Runtime.Serialization;
+using System;
2
+using System.Runtime.Serialization;
3
4
namespace Nest
5
{
6
public enum StringFielddataFormat
7
8
[EnumMember(Value = "paged_bytes")]
9
PagedBytes,
10
+ [Obsolete("Deprecated in 2.0, will be removed in next major version release")]
11
[EnumMember(Value = "doc_values")]
12
DocValues,
13
[EnumMember(Value = "disabled")]
0 commit comments