I have a fairly simple need to do a conditional update in Solr, which is easily accomplished in MySQL.
For example,
I can think of two ways:
UpdateHandler
and override addDoc to implement that checking.Remember that Solr is not a database, comparing it to MySQL is comparing apples and oranges.