Class RawSearchResponse
Represents a product search response
Constructors
RawSearchResponse()
Declaration
public RawSearchResponse()
Properties
Result
The nest search response
Declaration
public ElasticsearchResponse<Product> Result { get; set; }
Property Value
Type | Description |
---|---|
ElasticsearchResponse<Product> |
Status
The status of the search request
Declaration
public Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |