CreateSlaveNode
Leave feedback
On this page
Creates a slave node of the search network.
public static SearchNetworkNode CreateSlaveNode(int nodeIndex, string storagePath,
INetworkSettings networkSettings)
| Parameter | Type | Description |
|---|---|---|
| nodeIndex | Int32 | The node index. |
| storagePath | String | The storage path. |
| networkSettings | INetworkSettings | The network settings. |
The slave node.
- interface INetworkSettings
- class SearchNetworkNode
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Creates a slave node of the search network.
public static SearchNetworkNode CreateSlaveNode(int nodeIndex, string storagePath,
INetworkSettings networkSettings, ILogger logger)
| Parameter | Type | Description |
|---|---|---|
| nodeIndex | Int32 | The node index. |
| storagePath | String | The storage path. |
| networkSettings | INetworkSettings | The network settings. |
| logger | ILogger | The logger. |
The slave node.
- interface INetworkSettings
- interface ILogger
- class SearchNetworkNode
- namespace GroupDocs.Search.Scaling
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.