cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-repository setup and Web UI

lista
Star Contributor
Star Contributor

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

Gregory_Carlin
Elite Collaborator
Elite Collaborator

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

Thank you for your answer!