mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Move query interceptor to an internal plugin interface (#120308)
Query interceptor is meant for internal modules to implement, not any external plugin. Yet it is defined on SearchPlugin that is available to all plugin authors. This commit creates an InternalSearchPlugin interface and moves the query interceptor method to that.
This commit is contained in:
parent
4c1c3b8fbf
commit
ac687e0984
5 changed files with 40 additions and 13 deletions
|
@ -394,6 +394,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.action.downsample;
|
||||
exports org.elasticsearch.plugins.internal
|
||||
to
|
||||
org.elasticsearch.inference,
|
||||
org.elasticsearch.metering,
|
||||
org.elasticsearch.stateless,
|
||||
org.elasticsearch.settings.secure,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue