mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Include facets in the rest response.
This commit is contained in:
parent
1510cd6923
commit
dafb90e62a
@ -147,6 +147,9 @@ public class PercolateResponse extends BroadcastOperationResponse implements Ite
|
||||
}
|
||||
builder.endArray();
|
||||
}
|
||||
if (facets != null) {
|
||||
facets.toXContent(builder, params);
|
||||
}
|
||||
|
||||
builder.endObject();
|
||||
return builder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user