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 66010ff commit c65609eCopy full SHA for c65609e
src/Nest/IndexModules/IndexSettings/Settings/UpdatableIndexSettings.cs
@@ -6,6 +6,7 @@ namespace Nest
6
public static class UpdatableIndexSettings
7
{
8
public const string Analysis = "analysis";
9
+ public const string AnalyzeMaxTokenCount = "index.analyze.max_token_count";
10
public const string AutoExpandReplicas = "index.auto_expand_replicas";
11
public const string BlocksMetadata = "index.blocks.metadata";
12
public const string BlocksRead = "index.blocks.read";
0 commit comments