IFulltextQueryOptionsTDocumentBooleanSimplify Method

Sets a value whether to simplify boolean expressions in a query. Supported with Sphinx 2.1.1 and up.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> BooleanSimplify(
	bool booleanSimplify
)

Parameters

booleanSimplify  Boolean
Whether to simplify boolean expressions in a query.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also