Click or drag to resize

IFulltextQueryOptionsTDocumentComment Method

Sets a comment the for the query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> Comment(
	string comment
)

Parameters

comment
Type: SystemString
The comment to set for the query.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionOccurs when the provided string is null.
See Also