Hi Raphaël,

Yes it is possible, https://wiki.apache.org/solr/LukeRequestHandler
make sure to use numTerms=0 for performance reasons.


Ahmet



On Tuesday, May 6, 2014 2:19 PM, Raphaël Tournoy <raphael.tour...@ccsd.cnrs.fr> 
wrote:
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