IDocumentWebService Commit Method Ankiro Enterprise Suite Reference Documentation
Commits changes made through one or more calls to ProcessDocuments/ProcessDocumentsAsync. The process of committing datasource changes makes changes active in the search index. It is not currently possible to rollback changes performed by ProcessDocuments.

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 Commit(
	int dataSourceId
)

Parameters

dataSourceId
Type: System Int32
Id of DataSource invoking the document service.
See Also