-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Solr allows to read/write managed resources (stopwords, synonyms) via REST API.
https://cwiki.apache.org/confluence/display/solr/Managed+Resources
https://lucidworks.com/blog/2014/03/31/introducing-solrs-restmanager-and-managed-stop-words-and-synonyms/
It may be possible to handle these resources as the framework's dictionary.
Scenario:
- Download the resource (i.e., synonym list) from Solr via API using a (specialized) processor.
- (optional) Merge the resource and other processing data.
- Modify the resource using the framework's Web editor.
- Upload the modified resource to Solr using a (specialized) writer.
As described above, I guess it should be possible by creating a customized processor and a writer.
If there are more suitable data flow or customization points, please suggest me.
Metadata
Metadata
Assignees
Labels
No labels