Click or drag to resize
IFulltextSessionSave Method (Object)

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
void Save(
	Object document
)

Parameters

document
Type: SystemObject
The document to save.
Exceptions
ExceptionCondition
ArgumentNullExceptionOccurs when document is null.
InvalidOperationExceptionOccurs in case the document does not have a valid id and no DocumentIdGenerator is configured.
ObjectDisposedExceptionOccurs when the session has already been disposed.
See Also