Hi List, I am curious about the meaning of tf-idf vector after reading this http://wiki.apache.org/solr/TermVectorComponent.
The tf flag returns me the tf vector for just one doc. The df flag returns me the df vector of all the docs in the index. Does the tf-idf vector represents one doc or set of docs? Too, can I specify a subset of docs which the df vector is calculated on rather than the entire set of docs?