Re: A question about the relevancy

2009-07-28 Thread Erick Erickson
> --- On Thu, 7/23/09, Erick Erickson wrote: > > From: Erick Erickson > Subject: Re: A question about the relevancy > To: java-user@lucene.apache.org > Date: Thursday, July 23, 2009, 4:41 PM > > Also, see http://wiki.apache.org/lucene-java/ScoresAsPercentages. The > rel

Re: A question about the relevancy

2009-07-28 Thread henok sahilu
hello there is there anyone who can tell me how to set up an XML search engine. please give an open source written in java thanks henok --- On Thu, 7/23/09, Erick Erickson wrote: From: Erick Erickson Subject: Re: A question about the relevancy To: java-user@lucene.apache.org Date: Thursday

RE: A question about the relevancy

2009-07-23 Thread Naranjo, Pedro
Folks, Thank you so much for your replay. We will share this with management. -Pedro -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thu 7/23/2009 4:41 PM To: java-user@lucene.apache.org Subject: Re: A question about the relevancy Also, see http

Re: A question about the relevancy

2009-07-23 Thread Erick Erickson
Also, see http://wiki.apache.org/lucene-java/ScoresAsPercentages. The relevancy here is that comparing scores across different queries is fairly meaningless, even if you *do* know how that score was arrived at... Best Erick On Thu, Jul 23, 2009 at 6:17 PM, Otis Gospodnetic < otis_gospodne...@yaho

Re: A question about the relevancy

2009-07-23 Thread Otis Gospodnetic
Hi Pedro, Lucene's Explanation will show you all the juicy details: http://lucene.apache.org/java/2_4_1/api/core/org/apache/lucene/search/Scorer.html#explain(int) But with a query like that, I'm not sure if you'll be able to follow everything. Maybe pick a super simple pair of queries instead,