Hi Everyone, I am trying to see whats the best way to view the entire document as its indexed within solr/lucene. I have tried to use Luke but it's still showing me the fields that i have configured to be returned back [ie., stored=true] unless I am not enabling some option in the tool.
Is there a way to see whats actually stored in the index itself? I am trying to peek into the index to see if my index-time synonym expansions are working properly or not. The field for which I have enabled index-time synonym expansion is just used for searching so i have set stored=false. Thanks