IManagementWebService RedistributeIndex Method Ankiro Enterprise Suite Reference Documentation
Reconfigures the partitioning of a search index, based on an updated set of search server nodes. Any documents previously added to the index are redistributed. The method does not return before the index has been redistributed, which may take several minutes or hours depending on the size of the index.

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

ServerIndexData RedistributeIndex(
	int serverIndexId,
	IEnumerable<int> searchServerNodeIds
)

Parameters

serverIndexId
Type: System Int32
searchServerNodeIds
Type: System.Collections.Generic IEnumerable Int32 
Id's of the set of search server nodes on which to distribute the index.

Return Value

Type: ServerIndexData
See Also