Multi-repository setup and Web UI

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 08:55 AM
Hi,
I'm able to setup multi-repository configuration fine, meaning:
- I can see my additional repository
- that repository has a unique database, file storage and index
- using JSF I can choose between the two, create documents, find them, and so on
However, I'm not able to:
- use the Web UI in the same way; is my assumption that the Web UI does not support multi-repository configuration correct (just like it does not support multi-tenancy)?
- I can't figure out if the unified Elastic index mentioned in documentation is just a "theoretical possibility", or is there a configuration option to set it up?
Thanks!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2019 04:51 PM
Hello,
By default, Web UI doesn't manage multi repository (meaning, no repo selector), but it is not complex to handle it with Studio.
Reading the documentation, it looks pretty clear that you have to create a elastic config for each repo (https://doc.nuxeo.com/nxdoc/elasticsearch-setup/#configuration-for-multi-repositories)
Regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 05:44 AM
Thank you for your answer!
