RE: Low hits

2007-01-25 Thread DECAFFMEYER MATHIEU
anque Luxembourg IS Retail Banking - Web Content Management Mobile : 0032 479 / 69 . 42 . 96 -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 8:44 PM To: java-user@lucene.apache.org Subject: RE: Low hits * This message comes fro

RE: Low hits

2007-01-23 Thread Chris Hostetter
: When I index the whole website, then when I type a title of a document I : have like 60 to 70 % as score. : When I index only one page, then when I type the title I have like 2% as : score. I don't know what Regain is ... but this sounds like some issue between how it reports the scores Lucene

RE: Low hits

2007-01-23 Thread DECAFFMEYER MATHIEU
help. __ Mathieu Decaffmeyer -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 2:01 PM To: java-user@lucene.apache.org Subject: Re: Low hits * This message comes from the Internet Network * What ve

Re: Low hits

2007-01-23 Thread Erick Erickson
What version of Lucene are you using? 2.0 doesn't have a doc.add like that. You'd do something like doc.add(new Field("title", title, Field.Store.YES, Field.Index.TOKENIZED); So I really don't understand what you're trying to do. Nor do I understand what "2%" means in this context But there