RE: Highlight - get terms used by lucene

2008-03-31 Thread Chris Hostetter
: Solr returns the max score and the score per document. : This means that the best hit always is 100% which is not always what you : want because the article itself could still be quite irrelevant... Solr doesn't give you a percentage, and there's no reason to divide a doc's scroe by maxScore

RE: Highlight - get terms used by lucene

2008-03-28 Thread Tim Mahy
] Verzonden: vr 28-3-2008 4:34 Aan: solr-user@lucene.apache.org Onderwerp: RE: Highlight - get terms used by lucene : thanks for the answer, with that information I can pull out the term : frequency. Reason for all this, is that we want to use this scoring : algorithm: : http://download-uk.oracle.com

RE: Highlight - get terms used by lucene

2008-03-27 Thread Chris Hostetter
: thanks for the answer, with that information I can pull out the term : frequency. Reason for all this, is that we want to use this scoring : algorithm: : http://download-uk.oracle.com/docs/cd/B19306_01/text.102/b14218/ascore.htm Uh why? Based on the description this sounds exactly like

RE: Highlight - get terms used by lucene

2008-03-27 Thread Tim Mahy
: solr-user@lucene.apache.org Onderwerp: Re: Highlight - get terms used by lucene : we use highlighting and snippets for our searches. Besides those two, I : would want to have a list of terms that lucene used for the : highlighting, so that I can pull out of a "Tim OR Antwerpen AND Ekeren&q

Re: Highlight - get terms used by lucene

2008-03-26 Thread Chris Hostetter
: we use highlighting and snippets for our searches. Besides those two, I : would want to have a list of terms that lucene used for the : highlighting, so that I can pull out of a "Tim OR Antwerpen AND Ekeren" : the following terms : Antwerpen, Ekeren if let's say these are the only : terms th