IFulltext Query OptionsTDocumentIdf Method
Determines the way the IDF (Inverse Document Frequency) is calculated. Supported with Sphinx 2.1.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> Idf(
Idf idf
)VB
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.