Is it possible to update part of a field in Solr 4.4? For instance, I have a field containing URL values, and I want to change the domain but preserve the rest of the URL. I know how to update the entire field to a new value, and that works fine, but this would be like a substring replace.
From:
{"id":1234,"title":"Some Title","url":"https://someolddomain/asdf/1234"}
To:
{"id":1234,"title":"Some Title","url":"https://somenewdomain/asdf/1234"}
question from:
https://stackoverflow.com/questions/65938794/solr-update-substring-of-field 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…