Re: how to get tf-idf values in solr

2010-06-15 Thread Erik Hatcher
The TermVectorComponent can return tf/idf: On Jun 15, 2010, at 9:38 AM, sarfaraz masood wrote: I am Sarfaraz, working on a Search Engine project which is based on Nutch & Solr. I am trying to implement a new Search Algorithm for this engine.

Re: how to get tf-idf values in solr

2010-06-15 Thread didier deshommes
Have you taken a look at Solr's TermVector component? It's probably what you want: http://wiki.apache.org/solr/TermVectorComponent didier On Tue, Jun 15, 2010 at 8:38 AM, sarfaraz masood wrote: > I am Sarfaraz, working on a Search Engine > project which is based on Nutch & Solr. I am trying to