Hey all!
Im interested in intersecting two indices. Or more exactly, I only want
those terms of index A that also occur in index B.
How could i do that (efficiently)?
Sebastian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi
I dont know much about lucene's scoring, but my intuition tells me that
a boost of "2" tells lucene to regard that field/document as
"double-important", while a boost of "0.5" tells lucene to regard the
field/document as "half-important". Thus the boost is exponential, is
that right !?
If not,