Click or drag to resize
IFulltextQueryOptionsTDocumentTfIdf Method
Determines the way the tf-idf (Term Frequency–Inverse Document Frequency) is calculated. Supported with Sphinx 2.2.1 and up.

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

Parameters

tfIdf
Type: SphinxConnector.CommonTfIdf
The method to use to calculate the tf-idf.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also