Paul's Matcher in Jira will almost enable this, indirectly but possible
- Original Message
From: karl wettin <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, 26 September, 2006 11:30:24 PM
Subject: Re: Re[2]: how to enhance speed of sorted search
On 9/2
On 9/26/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
if you are seeing "slow" performance from sorted searches,
the time spent "scoring" the results isn't the biggest contributor to how
long thesearch takes -- it tends to be negligable for most queries.
I've many times wished for a visiting
: but searcher.explain returns that idf's and scores were still counted.
: correct me if i am wrong.
1) search.explain doesn't know anything about any sorting, so you can't
trust it to tell you wether or not scores are computed when doing a custom
sort.
2) Lucene does in fact "score" the matches
Hello, Aviran.
but searcher.explain returns that idf's and scores were still counted.
correct me if i am wrong.
MAENN> AFAIK when you sort Lucene does not calculate the relevance score.
MAENN> Aviran
MAENN> http://www.aviransplace.com
MAENN> -Original Message-
MAENN> From: Yura Smolsky