Re: customizing lucene formula

2009-06-30 Thread B0DYLANG
Grant Ingersoll-6 wrote: > > See the Payloads functionality along with the BoostingTermQuery. > > > On Jun 28, 2009, at 6:23 PM, B0DYLANG wrote: > >> >> Thanks for your response, what i want to do is to add a function >> like the log >> to the we

Re: customizing lucene formula

2009-06-28 Thread B0DYLANG
doing. Perhaps there is an alternate way > that doesn't involve editing the source. > > > On Jun 26, 2009, at 4:31 AM, B0DYLANG wrote: > >> >> Dears, >> >> i want to add some arguments to the lucene formula or override it, >> is there &g

customizing lucene formula

2009-06-26 Thread B0DYLANG
Dears, i want to add some arguments to the lucene formula or override it, is there a mean of doing so ? thanks for your response. -- View this message in context: http://www.nabble.com/customizing-lucene-formula-tp24216772p24216772.html Sent from the Lucene - Java Developer mailing list archiv

special Type of indexing

2009-06-26 Thread B0DYLANG
dears, my problem is that i want to apply a wieght for each word i add to the lucene document, so that when i want to index a sentence like this "Hello how you doing" i want to add Hello with a boost equals to 0.75 and how with boost 0.50 and doing with boost 0.3 is there is a mean of doing that ?