NodeConfigurator

NodeConfigurator class

Represents the search network node configurator.

public class NodeConfigurator

Methods

Name Description
AddExtractor(string) Adds an extractor service to the search network node.
AddIndexer(string) Adds an indexer service to the search network node.
AddLogSink() Adds a log sink to the search network node.
AddSearcher(string) Adds a searcher service to the search network node.
AddShard(string) Adds a shard service to the search network node.
CompleteNode() Completes the configuration of the search network node.
SetTcpEndpoint(string, int) Sets the TCP endpoint.

See Also