Hi govind,
let's analyse your request step by step :
On Tue, Aug 16, 2016 at 7:54 AM, govind nitk wrote:
> Hi Developers,
>
>
> down votefavorite
> <http://stackoverflow.com/questions/30800585/solr-search-score-and-tf-idf-
> vector-from-individual-fields#>
>
Hi Developers,
down votefavorite
<http://stackoverflow.com/questions/30800585/solr-search-score-and-tf-idf-vector-from-individual-fields#>
This is a fundamental question which I was unable to get from the solr help
and other related Stackoverflow queries.
I have few hundred thousand doc
"Does the tf-idf vector represents one doc or set of docs?"
IDF is calculated across all docs that contain the term.
TF is calculated for a single document containing the term.
Each term of each doc will have its own tf-idf.
-- Jack Krupansky
-Original Message-
From: A
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