I need a way to collapse a duplicate (defined in terms of a row field with an identifier), leads to solr. I know that such a function appears in the next version (1.5), but I can’t wait for it. What would be the best way to remove duplicates using the current stable version 1.4?
Given that finding duplicates in my case is very simple (string field comparison), should it be a Filter, should I overwrite the existing SearchComponent or write a new component or use some external libraries such as carrot2?
The overall result should reflect a reduced result.
source
share