Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fulltext content search

Hi, I wish to perform a "fulltext" search in the content of the Nuxeo repository documents. So far, it looks like setting Elasticsearch to index and include "binarytext" could be an efficient solution. Is that solution the best? Is there a better one...

Resolved! BLOBS in postgresql?

As the DBA for our postgresql server, I noticed that the database held BLOBS for use by the nuxeo service. Where and how are these blobs used? Why is nuxeo storing blobs in the database server, when the files themselves are stored locally or via S3? ...

Deleting a version decrease quota list count

Hi, I use nuxeo-quota in Nuxeo 6.0-HF05 and I noticed this : When I delete a old version of a live document (in History Tab), the number of documents in the parent folder is decreased. I think this is not expected as the live document is still presen...

zyx974_ by Confirmed Champ
  • 98 Views
  • 6 replies
  • 0 kudos

Resolved! Problem in 8.4 with Exiftool

BUG REPORT / QUESTION At least in version 8.4 (previous versions in 8.x series untested), the nuxeo java process tries to spawn several instances of exiftool, but these are all spawned without any arguments. When spawned without arguments or incorrec...

Nuxeo and Postgresql: upgrading to native UUID type

Currently, our system & database uses varchar for the UUIDs. I suspect performance can be greatly improved by changing this type to the PG's uuid type. Is it possible to convert the existing table/schema to the uuid type? Would the ancestors table n...

Java Automation Client - Upload change file name

Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest("Blob.Attach").setHeader(Constants.HEADER_NX_VOIDOP, "true").setInput(blob) .set("document", document.getPath(...

Liam_Lyons by Champ in-the-making
  • 45 Views
  • 1 replies
  • 0 kudos

Resolved! API: Multiple document input on automation call

Hello, I'm struggeling with the documentation explanation. I'd like to call the automation chain with the rest api, with multiple documents on input. I have no problem with one document; the body request look like that: { "input": "my-document-1-id"...

Ponicorn_ by Champ in-the-making
  • 52 Views
  • 2 replies
  • 0 kudos

LTS 2015 : PostgreSQL version 9.6 supported ?

I read that PostgreSQL 9.5 is now supported by Nuxeo 8.3 (https://jira.nuxeo.com/browse/NXP-19428) What about PostgreSQL 9.6 wiich is now the latest version ? Can we use PostgreSQL 9.6 in production with LTS2015 ? Henri Jacob