Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
291 views
in Technique[技术] by (71.8m points)

solr4 - Solr Update Substring of Field

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...