 | IFulltextQueryOptionsTDocumentSet Method |
Sets the option with the given name to the given value. Use this in case a new option has been added
to Sphinx, but is not yet supported by the fluent API.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> Set(
string optionName,
string value
)
Function Set (
optionName As String,
value As String
) As IFulltextQueryOptions(Of TDocument)
Parameters
- optionName
- Type: SystemString
The name of the option to set. - value
- Type: SystemString
The value to set the option to.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
See Also