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/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 score mechanism of some kind.
Turn it off and save CPU, remove floating points, or even hide a
global sort order in the norms.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to