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 the best 
approach.

Regards,

-Jess

Shalin Shekhar Mangar <shalinman...@gmail.com> wrote:

>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 than a luke request for that yet.
>
>On Tue, Nov 19, 2013 at 5:56 AM, youknow...@heroicefforts.net
><youknow...@heroicefforts.net> wrote:
>> 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.
>
>
>
>-- 
>Regards,
>Shalin Shekhar Mangar.

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Reply via email to