I am using the inbuilt Tika plugin to upload .doc and .pdfs to the index. I managed to upload some files. But some files did not have proper fields and are messing with retrieval.
I now want to retrieve the whole index for debugging purposes. I also want to see how my data is being stored, to gain a “feel” for it.
How can I fetch the entire index or atleast the entry for a given identifier?
I’ll just quote the Solr FAQ:
If you want to retrieve a single entry by identifier, then just query for
id:your_id(replace ‘id’ with your actual identifier field and ‘your_id’ with the actual id value)