 | IFulltextQueryOptionsTDocumentComment Method |
Sets a comment the for the query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
SyntaxIFulltextQueryOptions<TDocument> Comment(
string comment
)
Function Comment (
comment As String
) As IFulltextQueryOptions(Of TDocument)
Parameters
- comment
- Type: SystemString
The comment to set for the query.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
See Also