Skip to content

Read/Write Solr managed resources #74

@mocobeta

Description

@mocobeta

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:

  1. Download the resource (i.e., synonym list) from Solr via API using a (specialized) processor.
  2. (optional) Merge the resource and other processing data.
  3. Modify the resource using the framework's Web editor.
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions