Hello guys!
I want to write an update processor which will use an old doc to compare
some fields with a new doc.
I saw that in solr code guys used RealTimeGetComponent for getting old doc
by index ID. How much it will influent on solr performance? In my case I
allways add docs with atomic upates and I know that DistribUpdateProcessor
uses RealTimeGetComponent too, may I send the finded doc in
DistribUpdateProcessor between other update processors? Or
RealTimeGetComponent is doing his work fine and it will not heart the solr
performance?
In my case I will use RealTimeGetComponent 2 times (ub DistribU.P. and on my
new U.P.)



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to