Re: TermVector (TF-IDF Scores) From Subset of Documents

2009-10-29 Thread peelman
query us fq= and then use this request handler to get different TF-IDF scores? Grant Ingersoll-6 wrote: > > Have a look at the TermVectorComponent: > http://wiki.apache.org/solr/TermVectorComponent > . That might help. > > On Oct 28, 2009, at 10:30 PM, peelman wrote: > >

Re: TermVector (TF-IDF Scores) or MoreLikeThis From Subset of Documents

2009-10-28 Thread peelman
peelman wrote: > > I have an index of about 3 million documents, and specific list of > document ids that belong in that 3 million (somewhere around 20-50 > documents on average). With my filtered list of documents I want to be > able to get TF-IDF scores or run a MoreLikeThi

TermVector (TF-IDF Scores) From Subset of Documents

2009-10-28 Thread peelman
I have an index of about 3 million documents, and specific list of document ids that belong in that 3 million (somewhere around 20-50 documents on average). With my filtered list of documents I want to be able to get TF-IDF scores calculated based on only that small subset, instead of the scores