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
: 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
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
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