Class TermVectorsResult
Inheritance
TermVectorsResult
Assembly: OpenSearch.Client.dll
Syntax
public class TermVectorsResult : ITermVectors
Properties
|
Edit this page
View Source
Found
Declaration
[DataMember(Name = "found")]
public bool Found { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "_id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "_index")]
public string Index { get; }
Property Value
|
Edit this page
View Source
TermVectors
Declaration
[DataMember(Name = "term_vectors")]
public IReadOnlyDictionary<Field, TermVector> TermVectors { get; }
Property Value
|
Edit this page
View Source
Took
Declaration
[DataMember(Name = "took")]
public long Took { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "_version")]
public long Version { get; }
Property Value
Implements
Extension Methods