Re: Get TFIDF vectors for documents in SOLR index

2008-07-29 Thread Grant Ingersoll
It's probably also reasonable to have a way of retrieving the TermVector (in the Lucene sense) as part of this component. Thus, the component could retrieve/append: 1. The TV (terms + TF) 2. TV + offset + position (depending on what was set in the schema) 3. #2 + IDF -Grant On Jul 24, 2008,

Get TFIDF vectors for documents in SOLR index

2008-07-24 Thread Asharaf S
I was wondering whether the following feature if added, will have some added value to the SOLR framework What is needed?A component that can return TF-IDF vector for any given document in the SOLR index Query : A Document Number / a query identifying a Document Response : A Map of term vs.TF-IDF

Re: Get TFIDF vectors for documents in SOLR index

2008-07-24 Thread Grant Ingersoll
+1 -Grant On Jul 24, 2008, at 7:02 AM, Asharaf S wrote: I was wondering whether the following feature if added, will have some added value to the SOLR framework What is needed?A component that can return TF-IDF vector for any given document in the SOLR index Query : A Document Number / a

Re: Get TFIDF vectors for documents in SOLR index

2008-07-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
We can make it a SearchComponent let us have a jira issue On Thu, Jul 24, 2008 at 9:37 PM, Grant Ingersoll [EMAIL PROTECTED] wrote: +1 -Grant On Jul 24, 2008, at 7:02 AM, Asharaf S wrote: I was wondering whether the following feature if added, will have some added value to the SOLR

Re: Get TFIDF vectors for documents in SOLR index

2008-07-24 Thread Shalin Shekhar Mangar
+1 On Thu, Jul 24, 2008 at 4:32 PM, Asharaf S [EMAIL PROTECTED] wrote: I was wondering whether the following feature if added, will have some added value to the SOLR framework What is needed?A component that can return TF-IDF vector for any given document in the SOLR index Query : A