Have you tried CustomScoreQuery/CustomScoreProvider?  Complicated but powerful.


--
Ian.


On Mon, Jul 25, 2011 at 9:29 AM, Pavel Goncharik
<pavel.goncha...@gmail.com> wrote:
> Hi,
>
> as far as I can see, boolean scorers always sum up scores of their
> sub-scorers. It works, but in case of my application it's required to
> multiply sub-scores.
> Is there a simple/efficient way to do this (apart from modifying
> lucene's source code)?
> It seems to me that standard tricks (e.g. CustomScoreQuery or custom
> Similarity) would not help me in this case.
>
> Thanks in advance for helping!
>
> - Pavel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

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

Reply via email to