Re: Lucene Ranking Problem

2011-01-18 Thread Lahiru Samarakoon
HI Ian & Umesh. This is what I was looking for. Thank a lot. Regards, Lahiru

Re: Lucene Ranking Problem

2011-01-18 Thread Umesh Prasad
Hi Lahiru, Comments are inline: On Tue, Jan 18, 2011 at 5:42 PM, Lahiru Samarakoon wrote: > Dear All, > > I have two documents. The analyzed and the tokenized contents are > mentioned > below. > > *Document 1 :* > > *when*, null_1, *my*, null_1, money, > > fund, amount, payment, creditcard

Re: Lucene Ranking Problem

2011-01-18 Thread Ian Lea
See what Searcher.explain() says for each hit. I don't think that word order will matter with the query you give. There are several factors in scoring - see oal.search.Similarity or google lucene scoring. Or have a play with Luke: invaluable for investigating things with lucene and will tell you