Skip to content

Commit

Permalink
fix: added initialization of ltr settings in LtrQueryParserPlugin (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Peter <[email protected]>
  • Loading branch information
JohannesDaniel authored Dec 5, 2024
1 parent 8217ea6 commit 2271478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/o19s/es/ltr/LtrQueryParserPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ public Collection<Object> createComponents(Client client,
}
}
});

LTRSettings.getInstance().init(clusterService);

final JvmService jvmService = new JvmService(environment.settings());
final LTRCircuitBreakerService ltrCircuitBreakerService = new LTRCircuitBreakerService(jvmService).init();

Expand Down

0 comments on commit 2271478

Please sign in to comment.