Click or drag to resize
IFulltextQueryOptionsTDocumentIdf Method
Determines the way the IDF (Inverse Document Frequency) is calculated. Supported with Sphinx 2.1.1 and up.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQueryOptions<TDocument> Idf(
	Idf idf
)

Parameters

idf
Type: SphinxConnector.CommonIdf
The method to use to calculate the IDF.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also