 | IFulltextQueryOptionsTDocumentBooleanSimplify Method |
Sets a value whether to simplify boolean expressions in a query. Supported with Sphinx 2.1.1 and up.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> BooleanSimplify(
bool booleanSimplify
)
Function BooleanSimplify (
booleanSimplify As Boolean
) As IFulltextQueryOptions(Of TDocument)
Parameters
- booleanSimplify
- Type: SystemBoolean
Whether to simplify boolean expressions in a query.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also