Yeah, probably the SignatureUpdateProcessorFactory can do the trick, but
you still need to write a custom Signature.
(we should really offer a simple "ConcatSignature" implementation for
generating predictable combination keys)
+1
Cheers,
Uri
Chris Hostetter wrote:
: TemplateTranformer. Otherwise, if you really must do it in Solr you can write
: your own custom UpdateProcessor and plug it in:
Can't the SignatureUpdateProcessorFactory handle this using something like
Lookup3Signature?
(we should really offer a simple "ConcatSignature" implementation for
generating predictable combination keys)
http://wiki.apache.org/solr/Deduplication#solrconfig.xml
-Hoss