How are you determining duplicates? By id? Or by content? It's
obviously possible, but don't know how efficient it would be.
Why do you have the same document on two different shards?
I guess I would start by looking at the QueryComponent
distributedProcess() call.
HTH,
Grant
On Sep 11, 2008, at 10:31 PM, Lance Norskog wrote:
Hi-
Is it possible to add a bias to the ordering in the distributed search
feature? That is, if the search finds the same content in two
different
indexes, it always favors the document from the first index over the
second.
If it is not already possible, how would we add this facility?
Thanks,
Lance Norskog