This function seems to work with solr 4.0. How can I get solr 4.0? 2011/7/16 Ahmet Arslan <iori...@yahoo.com>: >> 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 ? >
-- Allen