Class MultiTermVectorsResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class MultiTermVectorsResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceDocuments
Declaration
[DataMember(Name = "docs")]
public IReadOnlyCollection<ITermVectors> Documents { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<ITermVectors> |