Hi, Is there a way to query for the schema or the field properties ? To give a overview, i want to plug Solr to a web crawler and the index the pages crawled. So, while indexing the crawler needs to know about the fields to create the document.
One way, i can think of is to scrape the http://localhost:9696/solr/admin/get-file.jsp?file=schema.xml page, is there a existing better way ? thanks and regards dalal
