You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Kapil Chhabra <ka...@naukri.com> on 2005/05/24 12:58:56 UTC

Can we handle this?

let C = A or B

In a normal scenario, if A is true the value of B is not checked and C
is set to true. The value of B is checked only if A is false.

I guess this is not what lucene does as it has to calculate the score
for the document. Am i right?

If yes, I there any way I can do it using the normal scenario?

Thanks in anticipation.

Regards,
kC






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