mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix where metadata wasn't being passed through to the AggregatorFactory
This commit is contained in:
parent
94e594c095
commit
e5a506752d
@ -67,6 +67,7 @@ public abstract class AggregatorFactory<AF extends AggregatorFactory<AF>> extend
|
||||
this.type = type;
|
||||
this.context = context;
|
||||
this.factories = subFactoriesBuilder.build(context, this);
|
||||
this.metaData = metaData;
|
||||
}
|
||||
|
||||
public String name() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user