Method Commit
Commit()
Commit changes resulting from delete, undeleteAll, or setNorm operations
If an exception is hit, then either no changes or all changes will have been committed to the index (transactional semantics).
Declaration
public void Commit()
Commit(IDictionary<String, String>)
Commit changes resulting from delete, undeleteAll, or setNorm operations
If an exception is hit, then either no changes or all changes will have been committed to the index (transactional semantics).
Declaration
public void Commit(IDictionary<string, string> commitUserData)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.String> | commitUserData |