Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Lucene
Net
Misc
TermStats
C# Class Lucene.Net.Misc.TermStats
Holder for a term along with its statistics (
DocFreq
and
TotalTermFreq
).
Show file
Open project: apache/lucenenet
Private Properties
Property
Type
Description
TermStats
Lucene.Net.Util
Public Methods
Method
Description
ToString
( ) :
string
Private Methods
Method
Description
TermStats
(
string
field
,
BytesRef
termtext
,
int
df
,
long
tf
) :
Lucene.Net.Util
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string