IManagementWebService AssociateIndexWithSearchServer Method Ankiro Enterprise Suite Reference Documentation
Creates an association between a specified serverindex and a specified search server node. Indexes require that at least one search server is associated with it, for indexing to work. This is the case because search server nodes are used as the underlying repository for indexed documents. Associating more than one search server node with an index enables automatic distribution of indexed documents, increasing scalability and search performance.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

void AssociateIndexWithSearchServer(
	int serverIndexId,
	int searchServerNodeId
)

Parameters

serverIndexId
Type: System Int32
searchServerNodeId
Type: System Int32
See Also