In Admin UI, there is schema browsing screen:
https://lucene.apache.org/solr/guide/8_1/schema-browser-screen.html
That shows you all the fields you have, their configuration and their
(tokenized) indexed content.
This seems to be a good midpoint between indexing and querying. So, I
would check whe
Hi ,
I am a newbie in Solr. I have a scenario wherein the pdf documents with
unstructured data have been parsed as text and kept in a separate directory.
Now once I build a collection and do indexing using "bin/post -c collection
name document name", the document gets indexed and I am able to retr