IFulltextQueryOptionsTDocumentIdf Method

Determines the way the IDF (Inverse Document Frequency) is calculated. Supported with Sphinx 2.1.1 and up.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> Idf(
	Idf idf
)

Parameters

idf  Idf
The method to use to calculate the IDF.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also