Re: Listing collection fields

2013-11-19 Thread Shalin Shekhar Mangar
You can use the ListFields method in the new Schema API: https://cwiki.apache.org/confluence/display/solr/Schema+API#SchemaAPI-ListFields Note that this will return all configured fields but it doesn't tell you the actual dynamic field names in the index. I don't know if we have anything better

Re: Listing collection fields

2013-11-19 Thread youknow...@heroicefforts.net
Thanks. I have an Xtext DSL doing some config and code generation downstream of the data ingestion. It probably wouldn't be that hard to generate a solrconfig.xml, but for now I just want to build in some runtime reconciliation to aid in dynamic query generation. It sounds like Luke is still

Listing collection fields

2013-11-18 Thread youknow...@heroicefforts.net
I'd like to get the complete field list for a collection, including dynamic fields. Is issuing a Luke request still the recommended way for retrieving this data? -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.