Hi there, I'd like to expose the termFrequency / phraseFrequency to the end user in my application. For example I would like to be able to say "Your search term appears X times in this document".
I can see these figures exposed via debugQuery=on, where I get output like this ... tf(phraseFreq=1.0) Or this ... tf(termFreq(transcript:ratifi)=4 Is there anyway to expose these figures in XML nodes though? I could parse them from the debug output but that feels very hack ! Any help is much appreciated, Many thanks Matt