Hello,

I have a dynamic field '*_title_s' where '*' is replaced by a language code when indexing.

Hence I get en_title_s ; cn_title_s, etc.

I can find the complete list of generated fields in the admin UI with the Schema Browser and a URL like :

http://localhost/solr/#/core/schema-browser?dynamic-field=*_title_s


But I did not found how to get the same results with the schema REST API.
Is it possible?
Is there a way to programmatically get the name of the generated fields?

Thank you,
--
Raphaël

Reply via email to