> I am trying to use TermVectorComponent to get the word > frequency from > a particular document. Here is the url I used: > "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true". > But the result > includes all the words' frequency in that document. Are > there any > query filters or request parameters that I can use to get > one > particular word's frequency from a particular document?
May be this http://wiki.apache.org/solr/FunctionQuery#tf ?