You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by gnandre <ar...@gmail.com> on 2021/04/08 23:07:25 UTC

Intercept atomic indexing when it indexes other fields from their stored values

Hi,

IIRC the way atomic indexing works under the hood is by indexing stored
values of all fields again. Is there a way to intercept that and change the
value of some field that I want?