Skip to content

Commit c65609e

Browse files
russcamMpdreamz
authored andcommitted
Add index.analyze.max_token_count to updateable index settings (#3837)
Relates: elastic/elasticsearch#27529
1 parent 66010ff commit c65609e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Nest
66
public static class UpdatableIndexSettings
77
{
88
public const string Analysis = "analysis";
9+
public const string AnalyzeMaxTokenCount = "index.analyze.max_token_count";
910
public const string AutoExpandReplicas = "index.auto_expand_replicas";
1011
public const string BlocksMetadata = "index.blocks.metadata";
1112
public const string BlocksRead = "index.blocks.read";

0 commit comments

Comments
 (0)