You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2011/05/02 20:35:00 UTC

Re: How to combine Deduplication and Elevation

: Hi I have a question. How to combine the Deduplication and Elevation
: implementations in Solr. Currently , I managed to implement either one only.

can you elaborate a bit more on what exactly you've tried and what problem 
you are facing?

the SignatureUpdateProcessorFactory (which is used for Deduplication) and 
the QueryElevation component should work just fine together -- in fact: 
one is used at index time and hte ohter at query time, so where shouldn't 
be any interaction at all...

http://wiki.apache.org/solr/Deduplication
http://wiki.apache.org/solr/QueryElevationComponent

-Hoss