Skip to content

Commit

Permalink
Add index.analyze.max_token_count to updateable index settings (#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored and Mpdreamz committed Jun 20, 2019
1 parent 66010ff commit c65609e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace Nest
public static class UpdatableIndexSettings
{
public const string Analysis = "analysis";
public const string AnalyzeMaxTokenCount = "index.analyze.max_token_count";
public const string AutoExpandReplicas = "index.auto_expand_replicas";
public const string BlocksMetadata = "index.blocks.metadata";
public const string BlocksRead = "index.blocks.read";
Expand Down

0 comments on commit c65609e

Please sign in to comment.