Skip to content

Commit a8ab6ec

Browse files
gmarzMpdreamz
authored andcommitted
Add not_analyzed to NonStringIndexOption and make it the default option
Closes #i979
1 parent ca3b868 commit a8ab6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Mapping/Types/Specialized/TokenCount/TokenCountProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public TokenCountProperty() : base("token_count") { }
1616
public string Analyzer { get; set; }
1717
}
1818

19-
public class TokenCountPropertyDescriptor<T>
19+
public class TokenCountPropertyDescriptor<T>
2020
: NumberPropertyDescriptorBase<TokenCountPropertyDescriptor<T>, ITokenCountProperty, T>, ITokenCountProperty
2121
where T : class
2222
{

0 commit comments

Comments
 (0)