Skip to content

Commit 2ff1eef

Browse files
committed
Renamed Iboost
1 parent 074190a commit 2ff1eef

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning

1 file changed

+2
-2
lines changed

x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export type BoostType = 'value' | 'functional' | 'proximity';
88

9-
export interface IBoost {
9+
export interface Boost {
1010
type: BoostType;
1111
operation?: string;
1212
function?: string;
@@ -17,7 +17,7 @@ export interface IBoost {
1717
}
1818

1919
export interface BoostObject {
20-
[key: string]: IBoost[];
20+
[key: string]: Boost[];
2121
}
2222

2323
export interface SearchSettings {

0 commit comments

Comments
 (0)