| Package | Description |
|---|---|
| com.groupdocs.search.scaling.configuring |
The namespace provides classes for configuring the search network.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NodeConfigurator |
NodeConfigurator.addExtractor(String storagePath)
Adds an extractor service to the search network node.
|
abstract NodeConfigurator |
NodeConfigurator.addIndexer(String storagePath)
Adds an indexer service to the search network node.
|
abstract NodeConfigurator |
NodeConfigurator.addLogSink()
Adds a log sink to the search network node.
|
NodeConfigurator |
Configurator.addNode(int nodeIndex)
Adds a node to the search network configuration.
|
abstract NodeConfigurator |
NodeConfigurator.addSearcher(String storagePath)
Adds a searcher service to the search network node.
|
abstract NodeConfigurator |
NodeConfigurator.addShard(String storagePath)
Adds a shard service to the search network node.
|
abstract NodeConfigurator |
NodeConfigurator.setTcpEndpoint(String hostNameOrAddress,
int port)
Sets the TCP endpoint.
|
Copyright © 2026. All rights reserved.