repositories


Related Questions
I configured multiple repositories in my local nuxeo environment successfully. I want to store some of my documents in this newly created repo. How can I achieve this functionality ?
  0 votes
  1 answers
  0 comments
  733 views

In Nuxeo 5.8, I d like to have documents stored on two different file systems. Since “binary storage” is independent from the documents, it has to be managed at the repository level, although I do not need another database. It seems that according ...
  1 votes
  0 answers
  1 comments
  1924 views

I've set up multiple vcs, as I like to have something as described in the documentation, where the document are sharded over multiple vcs, however, the default vcs' datasource is used for all sort of things, with oh so many linked jdbc names. what ...
  1 votes
  0 answers
  0 comments
  1596 views

Hi, I'm using NXQL to read data from the default repository using a simple operation chain created on the fly: CoreSession cs = CoreInstance.openCoreSession(null); String lookbookQuery = "SELECT * from Document WHERE ...
  0 votes
  0 answers
  0 comments
  1777 views

I use Nuxeo 6 and I want to create several repositories. Then I want to see them at http://localhost:8080/nuxeo/nxpath/default@view_servers . I looked for information on the wiki to create repositories, but I found nothing for Nuxeo 6. Which are the ...
  2 votes
  1 answers
  1 comments
  1731 views

I want to add some new indexes to my custom tables that are APPLICABILITY that is created by the a complex type schema as shown in image below . Is it possible to do using the default-repository-config.xml ? Or we will have to create the indexes at ...
  0 votes
  1 answers
  0 comments
  2302 views

Hi i want to add some custom indexing to my document types. I don't find any example . http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration#VCSConfiguration-ExampleFile this link says “ This file is for illustration and contains many more options ...
  0 votes
  1 answers
  0 comments
  1966 views

Having in mind that two repositories in one Nuxeo instance (AFAIK) don't have benefits such as transactions between repos, at least at web level, is it not better to deploy two (or more) Nuxeo instances and implement simple actions to do transfers ...
  0 votes
  1 answers
  1 comments
  1736 views

How do I set up Nuxeo with several repositories? I want to store some of my documents in the standard Nuxeo database (PostgreSQL for instance, and binaries in the filesystem) and others in Amazon S3.
  1 votes
  2 answers
  5 comments
  2850 views

How can you set up one repository to support assets in multiple locations? In particular, would it be possible to have certain folders/assets archived for example to Amazon S3 while still having current worked on assets stored on the local SAN?
  0 votes
  1 answers
  0 comments
  1886 views

Can Nuxeo check to prevent duplicate documents being pushed to the repository or is there any de-duplication features (built in or third party) ?
  0 votes
  1 answers
  0 comments
  6089 views

Let's say I have a setup where I use PostgreSQL or Oracle, and store my binary files on the file system and not in the SQL database. How is the full text search managed? Is it using Lucene or a specific library?
  0 votes
  1 answers
  0 comments
  3603 views

What is the most efficient way to upload multiple documents into Nuxeo DM?
  0 votes
  2 answers
  1 comments
  4736 views