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: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> Idf(
	Idf idf
)

Parameters

idf  Idf
The method to use to calculate the IDF.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also