full text indexing
We have Solr full text indexing in production - configured for only WTDocument / EPMDocument. Indexing works well. Haven't yet used much - currently getting confidence in results. In general, all expected documents / drawings are returned on search but not always.
Question: Does anyone have a way to get to the SOLR database, such that one can
INPUT: Document
OUTPUT: All indexed "terms" (e.g. anodize) in that document?
Given this method of accessing, we'd like to validate what is returned for some test documents / drawings.
thanks in advance

