scoring and index size

2010-07-09 Thread manjula wijewickrema
Hi, I run a single programme to see the way of scoring by Lucene for single indexed document. The explain() method gave me the following results. *** Searching for 'metaphysics' Number of hits: 1 0.030706111 0.030706111 = (MATCH) fieldWeight(contents:metaphys in 0), product of:

RE: scoring and index size

2010-07-09 Thread Uwe Schindler
63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: manjula wijewickrema [mailto:manjul...@gmail.com] > Sent: Friday, July 09, 2010 9:21 AM > To: java-user@lucene.apache.org > Subject: scoring and index size > > Hi, > &g

Re: scoring and index size

2010-07-09 Thread manjula wijewickrema
H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: manjula wijewickrema [mailto:manjul...@gmail.com] > > Sent: Friday, July 09, 2010 9:21 AM > &

Re: scoring and index size

2010-07-09 Thread Koji Sekiguchi
(10/07/09 19:30), manjula wijewickrema wrote: Uwe, thanx for your comments. Following is the code I used in this case. Could you pls. let me know where I have to insert UNLIMITED field length? and how? Tanx again! Manjula Manjula, You can set UNLIMITED field length to IW constructor: http

Re: scoring and index size

2010-07-12 Thread manjula wijewickrema
Hi Koji, Thanks for your information Manjula On Fri, Jul 9, 2010 at 5:04 PM, Koji Sekiguchi wrote: > (10/07/09 19:30), manjula wijewickrema wrote: > >> Uwe, thanx for your comments. Following is the code I used in this case. >> Could you pls. let me know where I have to insert UNLIMITED fiel