Searched refs:AGGREGATION_KEYS (Results 1 – 1 of 1) sorted by relevance
819 if (!json.isNull(SourceHeaderContract.AGGREGATION_KEYS)) { in parseSource()821 json.getJSONObject(SourceHeaderContract.AGGREGATION_KEYS))) { in parseSource()826 builder.setAggregateSource(json.getString(SourceHeaderContract.AGGREGATION_KEYS)); in parseSource()1058 String AGGREGATION_KEYS = "aggregation_keys"; field