Interface IHybridQuery
A hybrid query.
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IHybridQuery : IQuery
Properties
| Edit this page View SourcePaginationDepth
Declaration
[DataMember(Name = "pagination_depth")]
int? PaginationDepth { get; set; }
Property Value
Type | Description |
---|---|
int? |
Queries
Declaration
[DataMember(Name = "queries")]
IEnumerable<QueryContainer> Queries { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Query |