Click or drag to resize

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.3.0
Syntax
IFulltextQueryOptions<TDocument> BooleanSimplify(
	bool booleanSimplify
)

Parameters

booleanSimplify
Type: SystemBoolean
Whether to simplify boolean expressions in a query.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also