Fix compile error after core change
Original commit: elastic/x-pack-elasticsearch@ba170bbc63
This commit is contained in:
parent
aa2eb15f31
commit
25c3a66502
|
@ -210,7 +210,7 @@ public class ShieldPlugin extends Plugin {
|
|||
assert shieldLicenseState != null;
|
||||
if (flsDlsEnabled(settings)) {
|
||||
module.setSearcherWrapper((indexService) -> new ShieldIndexSearcherWrapper(indexService.getIndexSettings(),
|
||||
indexService.getQueryShardContext(), indexService.mapperService(),
|
||||
indexService.newQueryShardContext(), indexService.mapperService(),
|
||||
indexService.cache().bitsetFilterCache(), indexService.getIndexServices().getThreadPool().getThreadContext(),
|
||||
shieldLicenseState));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue