Starting of conversion to OpenSearch
This commit is contained in:
parent
515ef24c54
commit
fab69f496b
7 changed files with 54 additions and 2 deletions
|
|
@ -3,6 +3,11 @@ export interface SolrSettings {
|
|||
host: string;
|
||||
}
|
||||
|
||||
export interface OpenSettings {
|
||||
core: string;
|
||||
host: string;
|
||||
}
|
||||
|
||||
export class ActiveFilterCategories {
|
||||
// count: number;
|
||||
// language!: Array<string>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue