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.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
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: ServerIndexDataSee Also