| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
ILogger |
IndexSettings.getLogger()
Gets a logger that is used for logging events and errors in the index.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SearchNetworkNode |
CoreFactory.createSearchNetworkNode(int nodeIndex,
String storagePath,
INetworkSettings networkSettings,
ILogger logger,
Configuration configuration,
SearchNetworkNode publicNode) |
void |
IndexSettings.setLogger(ILogger value)
Sets a logger that is used for logging events and errors in the index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileLogger
Represents a logger that logs events and errors to a local file.
|
| Constructor and Description |
|---|
SearchNetworkNode(int nodeIndex,
String storagePath,
INetworkSettings networkSettings,
ILogger logger)
Initializes a new instance of the
SearchNetworkNode class. |
SearchNetworkNode(int nodeIndex,
String storagePath,
INetworkSettings networkSettings,
ILogger logger,
Configuration configuration)
Initializes a new instance of the
SearchNetworkNode class. |
Copyright © 2026. All rights reserved.