Class TermVectorTerm
Inheritance
TermVectorTerm
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TermVectorTerm
Properties
|
Edit this page
View Source
DocumentFrequency
Declaration
[DataMember(Name = "doc_freq")]
public int DocumentFrequency { get; }
Property Value
|
Edit this page
View Source
Score
Declaration
[DataMember(Name = "score")]
public double Score { get; }
Property Value
|
Edit this page
View Source
TermFrequency
Declaration
[DataMember(Name = "term_freq")]
public int TermFrequency { get; }
Property Value
|
Edit this page
View Source
Tokens
Declaration
[DataMember(Name = "tokens")]
public IReadOnlyCollection<Token> Tokens { get; }
Property Value
|
Edit this page
View Source
TotalTermFrequency
Declaration
[DataMember(Name = "ttf")]
public int TotalTermFrequency { get; }
Property Value
Extension Methods