How to disable typed_keys using java dsl?

I'm using the Java DSL to create and execute a query - when using the default request options, the typed_keys header appears to be set, and I can't find a way to get rid of it - it's not in the headers, but the behavior I'm seeing is as if it was.

My aggregations come back named like "sterms#kindName" when I am expecting just "kindName".

What am I missing?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.