Re: Variable term weighting while indexing

2012-10-01 Thread parnab kumar
Thanks Erick , I have figured out the underlying principle of working with payloads. Regards, Parnab On Mon, Oct 1, 2012 at 5:14 PM, Erick Erickson wrote: > Here's a good explanation > > http://searchhub.org/dev/2009/08/05/getting-started-with-payloads/ > > Best > Erick > > On Sun, S

Re: Variable term weighting while indexing

2012-10-01 Thread Erick Erickson
Here's a good explanation http://searchhub.org/dev/2009/08/05/getting-started-with-payloads/ Best Erick On Sun, Sep 30, 2012 at 8:02 AM, parnab kumar wrote: > Hi Erick, > Can you please share your thoughts on the following : > Since lucene by default does vector s

Re: Variable term weighting while indexing

2012-09-30 Thread parnab kumar
Hi Erick, Can you please share your thoughts on the following : Since lucene by default does vector space scoring , the weight component for a term from the document is nothing but its term frequency . Now if i have an associated payload weight for that term , when the fi

Re: Variable term weighting while indexing

2012-09-29 Thread Erick Erickson
Yeah, payloads are probably what you want, otherwise the words are indistinguishable. Best Erick On Sat, Sep 29, 2012 at 12:23 PM, parnab kumar wrote: > Hi All, > >I have an algorithm by which i measure the importance of a term > in a document . While indexing i want to store weight