 | 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.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> TfIdf(
TfIdf tfIdf
)
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.
See Also