LTS2019
Hello, I am trying to learn how to use the bulk framework in nuxeo based on this document https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/ . But until now I could not find how to process documents in parallel. For example, I defined the ...
0 votes
1 answers
0 comments
955 views
Hello, I tried to run a bulk action on a large batch of data and got the following exception from the start: 2021-05-05T15:38:59,048 WARN ...
0 votes
0 answers
0 comments
985 views
Hello, I tested the bulk action in nuxeo based on the doc https://doc.nuxeo.com/nxdoc/1010/bulk-action-framework/. I have succeeded in creating and launching my specific action. My problem is that the bulkstatus is still on scheduled knowing that my ...
0 votes
1 answers
0 comments
983 views
Hello, I want to share my problem with you and hope someone can help me. I ran a csvExport on about 800 documents, it took a little while to complete but eventually I got my csv file. Except that the next time you start nuxeo, I got the following ...
0 votes
0 answers
1 comments
776 views
Hello, I want to process a large number of documents (around 3 million). The process consists of updating a metadata of each document from another metadata (so I will need to do a read and write from the database). For that, I was thinking of using ...
0 votes
2 answers
1 comments
955 views
Hello community I've tried to create a new document in nuxeo plateform, I've filled all the fields and when i click on “create” nothing happens i checked the log file and i found this error “Uncaught TypeError: Cannot read property 'replace' of ...
0 votes
1 answers
0 comments
1134 views
Hello everyone I'm studiying nuxeo application builder cursus. In the Event handler lesson i find tutorials with “big corp” interface. What is big corp? and i'm i supposed to download it or what.? I'm a little bit confused. Thank you for clearing ...
0 votes
1 answers
0 comments
680 views
Hello everyone Can anyone help me please when i create a new document in nuxeo plateform. The button “create” doesn't work. Thank you
0 votes
0 answers
0 comments
674 views
Hello everyone ! I'm facing a problem when i do some modifications in a studio layout, when i click on “hot reload” i find the old virsion only. Can anyone help me?
0 votes
2 answers
0 comments
738 views
Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed , I will have an immediate response, ...
0 votes
0 answers
4 comments
866 views
Hi, I can't find info about limitations of using embeded ES. Only warnings that it's not for production. We are still in development and using it. All worked fine, but recently noticed that since a month or so the audit stopped indexing and showing ...
0 votes
1 answers
0 comments
992 views
Hello, Can we process the following request with a generic page provider SELECT * FROM Document WHERE dc:language = '' OR dc:language IS NULL For information I managed to look for the nulls but I don't know how to add a predicate on the empty space ...
0 votes
1 answers
1 comments
1175 views
When making the preview of a document we need to specify the format of the document. In this example we want to preview a photo, so the format is image : ...
0 votes
1 answers
0 comments
716 views
Hello, Anyone have any idea why the “min-chars” parameter will not be considered in “nuxeo-dropdown-aggregation”? Thank you
0 votes
1 answers
2 comments
877 views
I want to make a preview of a document. I found this documentation : https://doc.nuxeo.com/nxdoc/preview/ There is an example mentionned in the site : ...
0 votes
0 answers
0 comments
714 views