| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| com.groupdocs.search.scaling.configuring |
The namespace provides classes for configuring the search network.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Configuration |
CoreFactory.loadConfiguration(InputStream stream) |
protected static Configuration |
CoreFactory.loadConfiguration(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
protected static SearchNetworkNode |
CoreFactory.createSearchNetworkNode(int nodeIndex,
String storagePath,
INetworkSettings networkSettings,
ILogger logger,
Configuration configuration,
SearchNetworkNode publicNode) |
| Constructor and Description |
|---|
SearchNetworkNode(int nodeIndex,
String storagePath,
INetworkSettings networkSettings,
ILogger logger,
Configuration configuration)
Initializes a new instance of the
SearchNetworkNode class. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configurator.completeConfiguration()
Completes the configuration process and returns an instance of the search network configuration.
|
static Configuration |
Configuration.load(InputStream stream)
Loads a search network configuration from a stream.
|
static Configuration |
Configuration.load(String filePath)
Loads a search network configuration from a file.
|
Copyright © 2026. All rights reserved.