 | IFulltextQueryOptionsTDocumentComment Method |
Sets a comment the for the query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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