After starting Solr in schemaless mode via "solr start -e schemaless", proceeded to index some documents (PDFs and docx). Indexing seems to have succeeded as can be seen below. However, when running queries from within the Solr Admin UI, I only get back "id" and "version" fields returned for results only when query field is set to .. Querying for any other values does not return any result, even if I specific only id or version. Could anyone help?
[[enter image description here](https://i.stack.imgur.com/Fjf7G.png)](https://i.stack.imgur.com/aZrQf.png).
I was expecting to be able to search the full contents of the documents, assuming the schema would be automatically extended as the indexing progressed.