Starting of conversion to OpenSearch
This commit is contained in:
parent
515ef24c54
commit
fab69f496b
7 changed files with 54 additions and 2 deletions
|
@ -7,6 +7,14 @@ export interface SolrResponse {
|
|||
// facet_counts: FacetCount;
|
||||
}
|
||||
|
||||
// OPENSEARCH
|
||||
export interface OpenResponse {
|
||||
responseHeader: ResponseHeader;
|
||||
response: ResponseContent;
|
||||
facets: FacetFields;
|
||||
// facet_counts: FacetCount;
|
||||
}
|
||||
|
||||
export interface ResponseHeader {
|
||||
status: boolean;
|
||||
QTime: number;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue