Class TermVectorsResponse
Inheritance
TermVectorsResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TermVectorsResponse : ResponseBase, IResponse, IOpenSearchResponse
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
IsValid
TermVector API returns 200 even if Found;
Declaration
public override bool IsValid { get; }
Property Value
Overrides
|
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
Type
Declaration
[DataMember(Name = "_type")]
public string Type { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "_version")]
public long Version { get; }
Property Value
Implements
Extension Methods