Re: access term vectors in lucene

2010-06-16 Thread Grant Ingersoll
See http://wiki.apache.org/solr/TermVectorComponent YOu might also be interested in the TermsComponent: http://wiki.apache.org/solr/TermsComponent On Jun 16, 2010, at 8:47 AM, sarfaraz masood wrote: > hello all, > > I wanna know that how can we access terms vectors in lucene.. actually i > ma

access term vectors in lucene

2010-06-16 Thread sarfaraz masood
hello all, I wanna know that how can we access terms vectors in lucene.. actually i making a project where i need tf idf values of all the terms in the documents.. but i m unable to get any reference eg where it shows how to use these term vectors to get the tf idf values of ALL the terms in my