vocabulary
Hello, Is it possible to use elasticsearch as a vocabulary database ? I was thinking of this because I have vocabularies with a large number of entries and the Directory.SuggestEntries operation takes a long time to respond.
0 votes
0 answers
0 comments
741 views
Is there a way to append vocabulary entries using extension point or script? I know that I can add new entries in the Web UI manually, but I need to append new entries in already existing vocabulary by my custom bundle. This bundle will be deployed ...
1 votes
1 answers
1 comments
1141 views
Hello, I am trying to create a new vocabulary extracting the data from a table I have in my database, but I am having problems with operations like “Directory.Suggestion”, and with methods like “formatDirectory()“. The problem is my table doesn't ...
1 votes
1 answers
1 comments
1661 views
Hi people :) Can someone help me with setting a default value ,a value from a vocabulary? I have searched and i havent finde a way of accessing vocabulary values from EL
0 votes
1 answers
0 comments
1759 views
I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...
0 votes
1 answers
2 comments
2186 views
I have the following columns in a view id VARCHAR2(40)
exercice VARCHAR2(40)
label VARCHAR2(40)
ordering NUMBER
obsolete NUMBER
comm_reference VARCHAR2(50)
comm_libelle VARCHAR2(500)
comm_date_creation VARCHAR2(19)
utilisateur VARCHAR2(50) that I ...
0 votes
1 answers
0 comments
1833 views
Hi,good morning, We use NuxeoStudio to create a very long Vocabulary. End size is 101KB. When load for first time, in server.log appear an error: related to catalina buffer. The first stacktrace is: javax.servlet.ServletException: On requestURL: ...
0 votes
1 answers
1 comments
1867 views
I've added some vocabulary ( city ) using a CSV file , those values are the content of a drop down list. Now i want to update the city table using the CSV file but the update is not taking effect. I'm using PostgreSQL. Do you have some idea on how ...
0 votes
1 answers
1 comments
2592 views
Hello I get desesperate trying to create a new entry in a Vocabulary using automation (or REST Api). I found the Directory.CreateEntries operations which seems to do exactly what I want. I prepared a json data file, as described in ...
0 votes
1 answers
0 comments
5784 views
In studio, it seems impossible to declare a custom vocabulary (not based on the single data source). So I choose an arbitrary vocabulary and give in custom properties my directoryName (test) The bundle is generated as expected <properties ...
0 votes
1 answers
0 comments
2428 views
I am trying to access one of my vocabularies from Eclipse using Nuxeo SDK. But I keep getting a nullPointerException when trying to create a session DirectoryService dirService = DirectoryHelper.getDirectoryService(); DocumentModel entry = ...
0 votes
0 answers
0 comments
2143 views
Hello, styleClass is not proposed on vocabulary by default. I try with custom properties configuration, but nothing. Is it possible to set a “styleClass” property on a “vocabulary default widget” without using custom widget ? Otherwise what is the ...
0 votes
1 answers
2 comments
1960 views