public class Configurator extends Object
| Modifier | Constructor and Description |
|---|---|
|
Configurator()
Initializes a new instance of the
Configurator class. |
protected |
Configurator(Object state)
Initializes a new instance of the
Configurator class. |
| Modifier and Type | Method and Description |
|---|---|
NodeConfigurator |
addNode(int nodeIndex)
Adds a node to the search network configuration.
|
Configuration |
completeConfiguration()
Completes the configuration process and returns an instance of the search network configuration.
|
Object |
getCore() |
IndexSettingsConfigurator |
setIndexSettings()
Starts configuring the index settings for each shard in the search network.
|
public Configurator()
Configurator class.protected Configurator(Object state)
Configurator class.state - The state.public NodeConfigurator addNode(int nodeIndex)
nodeIndex - The node index.public Configuration completeConfiguration()
public Object getCore()
public IndexSettingsConfigurator setIndexSettings()
Copyright © 2026. All rights reserved.