 | 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.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> Set(
string optionName,
string value
)
Function Set (
optionName As String,
value As String
) As IFulltextQueryOptions(Of TDocument)
Parameters
- optionName String
- The name of the option to set.
- value String
- The value to set the option to.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
See Also