SphinxConnector.NET 5.4.1
SphinxConnector.NET 5.4.1
SphinxConnector.NET 5
SphinxConnector.Common
CpuStatistics Class
HtmlStripMode Enumeration
Idf Enumeration
IOStatistics Class
LicenseException Class
PassageBoundary Enumeration
Predictions Class
SortMethod Enumeration
SphinxException Class
SphinxHelper Class
SphinxRankMode Enumeration
SphinxWordInfo Class
TfIdf Enumeration
TfIdf Enumeration
Determines the calculation method Sphinx uses for the tf–idf (term frequency–inverse document frequency).
Namespace:
SphinxConnector.Common
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
C#
VB
Copy
public
enum
TfIdf
Public
Enumeration
TfIdf
Members
Member name
Value
Description
Normalized
0
Additionally divide IDF by query word count, so that tf*idf fits into [0, 1] range.
Unnormalized
1
Do not additionally divide idf by query word count.
Remarks
Supported with Sphinx 2.2.1 and up.
See Also
Reference
SphinxConnector.Common Namespace
Other Resources
http://sphinxsearch.com/docs/current.html#sphinxql-select
Parts of the documentation are taken from the official
Sphinx documentation
by courtesy of
Sphinx Technologies Inc.
Copyright Dennis Gronewold
Send comments on this topic to
contact@sphinxconnector.net