IFulltextQueryOptionsTDocumentComment Method

Sets a comment the for the query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Comment(
	string comment
)

Parameters

comment  String
The comment to set for the query.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

Exceptions

ArgumentNullExceptionOccurs when the provided string is null.

See Also