Check the LukeRequestHandler: http://wiki.apache.org/solr/LukeRequestHandler
Edward Zhang wrote:
I need to get all the fields of a remote solr istance. I try to parse the xmlstream returned by "admin/get-file.jsp?file=schema.xml&core=core1".Is there any other way? BTW: The xmlstream contain 3 space lines in head and 2 in tail, which cause some trouble to parse. Every reply appreciated.