> > What metadata are you looking for? Just the column type?
Yes, just the column type. You can retrieve the mapping from the index [1] Ok! Tks Em terça-feira, 14 de janeiro de 2014 12h13min44s UTC-2, Savio Teles escreveu: > > 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/89e0e3f4-c6bc-45f8-b255-7ac77f3f040d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
