How can I get the metadata from a query result? In Java can be implemented like this using SQL:
Statement st = connection.createStatement(); ResultSet result = st.executeQuery(sql); result.getMetaData(); -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/b4d14314-13ba-4646-8bd7-541d3a9c5735%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
