IFulltext Query OptionsTDocumentComment Method
Sets a comment the for the query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Comment(
string comment
)VB
Function Comment (
comment As String
) As IFulltextQueryOptions(Of TDocument)Parameters
- comment String
- The comment to set for the query.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
| ArgumentNullException | Occurs when the provided string is null. |