I want to write TokenFilter which behaves differently depending on other InputSolrDocument fields.
I’ve tried to accomplish this via ThreadLocal and InputProcessor but they run in different threads…
I want to write TokenFilter which behaves differently depending on other InputSolrDocument fields. I’ve
Share
No, you cannot do that, see for instance the discussion here. You could try using an UpdateProcessor