mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
fix to build the facets map on getFacets
This commit is contained in:
parent
a372643ca9
commit
596f9db8d8
@ -77,7 +77,7 @@ public class Facets implements Streamable, ToXContent, Iterable<Facet> {
|
||||
* Returns the {@link Facet}s keyed by map.
|
||||
*/
|
||||
public Map<String, Facet> getFacets() {
|
||||
return facetsAsMap;
|
||||
return facetsAsMap();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user