: 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
        ...
: Is there anyway to expose these figures in XML nodes though? I could parse
: them from the debug output but that feels very hack !

http://wiki.apache.org/solr/CommonQueryParameters#debug.explain.structured

-Hoss

Reply via email to