Click or drag to resize
IFulltextQueryOptionsTDocumentComment Method
Sets a comment the for the query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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