metadata
Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
1 votes
2 answers
3 comments
2318 views
I'm trying to make changes to binary metadata based on https://doc.nuxeo.com/810/nxdoc/binary-metadata/ . But the changes are not being reflected. Added additional fields to extension. I'm new to Nuxeo. Please help Following are the JAR files ...
0 votes
0 answers
0 comments
1546 views
Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
4 votes
0 answers
0 comments
4786 views
IPTC metadata in nuxeo 7.10 and make it searchable by the platform? You guys will mention the documentation https://doc.nuxeo.com/display/NXDOC/Binary+Metadata but it is not helpful! it is not clear at all!!! I noticed that the nuxeo platform used ...
1 votes
2 answers
5 comments
2592 views
Is there a reason why TagServce would not return all the tags for a document? I do not have an exception or anything. These tags were added programatically as so: TagService tagService = Framework.getService(TagService.class); for(int i=0; ...
0 votes
1 answers
1 comments
1882 views
Hello, I am working on a binary metadata plugin that will populate the subjects for a document from the IPTC:Keywords or IPTC:Subjects . I originally tried to do this in my extension mapping, but I get the following error when I try to mapp ...
0 votes
1 answers
9 comments
2965 views
I noticed the latest version of nuxeo 7.1 is now using metadata extraction. Yet for some reason, I am not seeing the metadata field “keywords” show up with what I entered via adobe bridge. Is there something I need to do with the configuration of ...
0 votes
2 answers
4 comments
2402 views
I'm investigating Nuxeo as a possible solution to our document management challenge. I watched the introductory video that describes the implementation done by the electric utility guy. I liked the feature he implemented to force capture of ...
1 votes
1 answers
1 comments
1991 views
The documentation suggests using uid:uid attribute to store custom doc ids. I wonder why it is not possible to provide the main ID attribute value on document creation? Let's say I have an document created in an external system and that needs to be ...
0 votes
1 answers
5 comments
3529 views
I am attempting to use the bulk document importer and the FileWithIndividualMetadasSourceNode to load custom metadata for many files in the filesystem. I have tried several formats for the properties documents listed there. Right now I have ...
0 votes
1 answers
2 comments
3315 views
Which approach for storing external ID of related resources - custom document schema or dc:relation?
Hello, I have a situation where an external system's design requires it to generate its own identifier for documents that we originate in Nuxeo. However, to perform certain activities in Nuxeo, our custom extension needs to use that external ...
0 votes
1 answers
3 comments
1919 views
Hi! I want to know if is possible create new types using CMIS and add secondary types to a Document Instance. Someone can help me with this ? Remember with CMIS, not XML stuff or Nuxeo Studio. Thanks! Rafael Bueno
0 votes
1 answers
1 comments
2106 views
I have an Action Seam Bean and a list of the currently selected documents called selectedDocs My button cycles the list and changes the icon of the documents in this way: for (DocumentModel selectedDoc : selectedDocs) { ...
0 votes
2 answers
2 comments
2067 views
Is there a way to fetch a part of a document (eg. a particular set of metadata) using NXQL search?
0 votes
1 answers
0 comments
2524 views
Why metadata are missing in the summay tab in Nuxeo 5.6?
0 votes
1 answers
0 comments
1968 views