Load
Leave feedback
On this page
Loads a search network configuration from a file.
public static Configuration Load(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The file to load from. |
The configuration.
- class Configuration
- namespace GroupDocs.Search.Scaling.Configuring
- assembly GroupDocs.Search
Loads a search network configuration from a stream.
public static Configuration Load(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to load from. |
The configuration.
- class Configuration
- namespace GroupDocs.Search.Scaling.Configuring
- 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.