IFulltext Query OptionsTDocumentTf Idf Method
Determines the way the tf-idf (Term Frequency–Inverse Document Frequency) is calculated. Supported with Sphinx 2.2.1 and up.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> TfIdf(
TfIdf tfIdf
)VB
Function TfIdf (
tfIdf As TfIdf
) As IFulltextQueryOptions(Of TDocument)Parameters
- tfIdf TfIdf
- The method to use to calculate the tf-idf.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.