So I haven't looked at this in a few years, but the columns should be
registered in the SQL catalog so you should be able to ask via SQL for all
the columns.
describe table or using the JDBC metadata should work.
There may be some edge cases where depending on sharding you get into a
case where t
Does "_nest_path_" come back in a normal search? I would expect that the
fields that are returned by normal searches would also work in SQL. If that
turns out to be the case you could derive the fields from performing a
search and seeing what fields are returned.
Joel Bernstein
http://joelsolr.bl
Hey All,
is there a way to get a list of all fields in a collection that can be used
in an SQL query? Currently I retrieve a list of fields through the schema
api: GET col/schema/fields.
This returns all fields in a collection. But when I do a select on all
fields I get an exception because appar