You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "m.harig" <m....@gmail.com> on 2009/03/21 06:28:34 UTC

need scoring help

Hello all
                  i've a search application running on lucene-2.3.0 , say
for example am indexing 10 urls as an input , when am searching am not able
to get the expected result at the best ranking, i.e, unrelated hits are
coming up rather than related hits. I've been working this for a week. Could
anyone help me to improve my scoring for the search results..

                      Tell me which one make my results better  , Similarity
, Filter , Boost , please anyone help me , if possible anyone please explain
me whats all these. 
-- 
View this message in context: http://www.nabble.com/need-scoring-help-tp22633050p22633050.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: need scoring help

Posted by Grant Ingersoll <gs...@apache.org>.
Hi,

As a starter, you might find http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Debugging-Relevance-Issues-Search 
  useful.

The key thing to do first is use Lucene's built in explain method to  
see why any particular document scores the way it does, then work from  
there.

-Grant

On Mar 21, 2009, at 6:28 AM, m.harig wrote:

>
> Hello all
>                  i've a search application running on lucene-2.3.0 ,  
> say
> for example am indexing 10 urls as an input , when am searching am  
> not able
> to get the expected result at the best ranking, i.e, unrelated hits  
> are
> coming up rather than related hits. I've been working this for a  
> week. Could
> anyone help me to improve my scoring for the search results..
>
>                      Tell me which one make my results better  ,  
> Similarity
> , Filter , Boost , please anyone help me , if possible anyone please  
> explain
> me whats all these.
> -- 
> View this message in context: http://www.nabble.com/need-scoring-help-tp22633050p22633050.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>