Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow text aggregations across the wire #15

Open
ChrisBono opened this issue Aug 19, 2015 · 2 comments
Open

Allow text aggregations across the wire #15

ChrisBono opened this issue Aug 19, 2015 · 2 comments
Milestone

Comments

@ChrisBono
Copy link

In Concierge we call SearchRequestBuilder.setAggregations(byte[]) which then causes the UTF-8 encoded byte[] representing the string form of the aggregations portion of the ES query to be passed across the wire in binary (non-human readable) format. We would like the ability to have the ES REST client have a configuration option to unroll UTF8 encoded aggregations so that in case of debugging field issues we can set this and see what in the world we are actually passing across the wire.

@vvcephei
Copy link
Owner

Is this in the slow query log or the Jetty request log (or both)?

@vvcephei
Copy link
Owner

Logged an upstream request: elastic/elasticsearch#12992

@vvcephei vvcephei added this to the 0.1 release milestone Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants