 | IFulltextQueryOptionsTDocumentIdf Method |
Determines the way the IDF (Inverse Document Frequency) is calculated. Supported with Sphinx 2.1.1 and up.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> Idf(
Idf idf
)
Function Idf (
idf As Idf
) As IFulltextQueryOptions(Of TDocument)
Parameters
- idf Idf
- The method to use to calculate the IDF.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
See Also