Click or drag to resize

IFulltextQueryOptionsTDocumentComment Method

Sets a comment the for the query.

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

Parameters

comment  String
The comment to set for the query.

Return Value

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