Elasticsearch
I have defined an ElasticSearch pageprovider in my nuxeo studio. When i call Repository.PageProvider operation to get data using the ElasticSerach pageprovider i found out that the first calls go to elastic to bring the documents from elastic search ...
0 votes
0 answers
0 comments
6416 views
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
726 views
Bonjour, J'ai un problème de communication entre ES et nuxeo; depuis la plateforme nuxeo quand je clique sur l'onglet “Recherche” ou l'onglet “Elasticsearch” dans le menu “Admin” ça bug et j'ai eu le message d'erreur qui s'affiche dans les logs : ...
0 votes
2 answers
3 comments
1070 views
We have a section in Nuxeo for employee photos. These files are their own doctype contained in a custom, folderish doctype called “Library.” For this Library, I have created a custom page provider with predicates and aggregates of schema fields ...
0 votes
2 answers
7 comments
1402 views
Hello everyone, I just configured Nuxeo (LTS 2019) to work with Elasticsearch (6.5.3) and MongoDB (3.6.8), Nuxeo works fine with these two servers now, but every time Nuxeo starts, I found these logs in the server.log file : ...
0 votes
0 answers
0 comments
1075 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
974 views
Dears After we configure Extra Elastic Search V(6.8.x) and indexes already created but we have this exception please Advice 2020-09-06T10:01:30,390 ERROR [main] [org.nuxeo.runtime.model.ComponentManager] Component we attached image include message ...
0 votes
1 answers
0 comments
941 views
Hello, we are using a docker image for Nuxeo 10.10 with a postgresql database. we have disabled the elasticsearch by adding this option elasticsearch.enabled=false in nuxeo.conf file. Nuxeo works fine with this configuration, but while navigating ...
0 votes
1 answers
1 comments
991 views
Hi, I am using Nuxeo 10.10 in cluster mode and have setup elastic search cluster as well. Before Kafka integration, I was able to fetch audit logs by /api/v1/id/{docId}/@audit endpoint. But after Kafka integration, I am getting empty entries for my ...
0 votes
0 answers
0 comments
925 views
Hello, I followed the link “https://doc.nuxeo.com/nxdoc/purging-audit-logs-nxp_logs/” to empty the audit log. I didn't have an error while performing the procedure but after finishing I noticed that I cannot access the proxy documents (including ...
0 votes
1 answers
0 comments
951 views
Hi, I am trying to override the default search form to add some custom fields and remove the fields “nature”, “subject” and “coverage”. I copy-pasted the code from nuxeo-default-search-form , removed the widgets that I did not want and added one for ...
0 votes
1 answers
1 comments
1406 views
Hello, I have been trying to set up full-text searches in nuxeo, but I am facing some problems. First of all, from the documentation I have read: “If you've configured your Nuxeo Platform instance to index full-text using the SQL database ( by ...
0 votes
1 answers
0 comments
2027 views
Hello, Has anyone out there tried Elastic Search v7 yet? Thanks Chris
0 votes
0 answers
0 comments
977 views
Hi, I use : Nuxeo 10.10 ES : 6.5.4 I try to move documents in ES, but i have no blob file (because this is a POC and i have only the postgresql database). So when i try to indexing a file type document i can see in log (elastic.log) ...
0 votes
1 answers
0 comments
1219 views
Hi, I'm trying to migrate 250 million rows from audit postgresql database to elasticsearch. This processing time is very long ? (~ 500 entries / s) Currently, I am running one server that is only doing this data migration. Is there a command line ...
0 votes
0 answers
0 comments
1195 views
From what In understand, connecting a Nuxeo server to AWS Elasticsearch should work. I've configured the Nuxeo server to use the AWS service, and it works for the most part. However, I can no longer get the Admin Analytics page to load. I set two ...
1 votes
1 answers
2 comments
3925 views
I use nuxeo-esync in order to check inconsistencies between my database and indexing in ES. The doc ids referenced in the MISS entries are reindexed and I suppose ACL problems should be treated the same way. But what about the REMOVE entries ? Am i ...
0 votes
0 answers
1 comments
1523 views
Hi, I am facing issue to configure elastic in my application. I wanted to file content search (fulltext search ) should be done by elastic search only. So can any one help me to configure elastic search in nuxeo for file content search.
0 votes
0 answers
0 comments
1792 views
I have created a new search contentview for documents. They have proxies in a dedicated folder. The search works with one exception, an aggregation for the lifecyclestages of proxies. It looks like the proxies are not updated in the elasticsearch ...
0 votes
0 answers
0 comments
1584 views
Working with the search i have a widget of type List. I am trying to search on multiple values. I use a prediate with the IN operator Is it possible to do the search with insensitive case? From my undestanding insensitive case is possible only with ...
0 votes
0 answers
0 comments
1784 views
ElasticSearchComponent doesn't start when starting Nuxeo 8.10-HF16. Communications on port 9300 between Nuxeo server and ELS nodes are OK. Thank you for any idea. Henri ELS version : { "name" : "el1", "cluster_name" : "UR1-ged", "cluster_uuid" : ...
0 votes
2 answers
0 comments
2830 views
Hi, something strange happens sometimes when I add permissions to a document using Nuxeo REST API (Document.AddACL) : the permission will be add properly to Nuxeo but will not be indexed to Elasticsearch. Most of the time, everything is ok, but once ...
0 votes
0 answers
0 comments
1511 views
I have a cluster with two 6.0 Nuxeo Nodes and a single ES node. I will upgrade to LTS 2015 with three 6.0 Nuxeo Nodes and three ES nodes (seems two ES nodes is not recommended because of split brain issue). The operation is quite heavy an I d like ...
0 votes
0 answers
0 comments
1547 views
I get this exception on my Nuxeo LTS2015 (it used to work on my Nuxeo 5.8) . 2017-01-19 18:40:31,920 WARN [ajp-bio-0.0.0.0-9550-exec-14] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing ...
0 votes
1 answers
1 comments
2149 views
Hi, I have Nuxeo 8.10 and use PostgreSQL 9.5 and Elasticsearch 2.3.5. Nuxeo works fine but in server.log I watch this error: 2017-01-26 11:07:31,138 ERROR [localhost-startStop-1] [org.hibernate.util.JDBCExceptionReporter] ERROR: column ...
0 votes
1 answers
3 comments
2494 views
Good morning ! I'm deploying my instance of Elasticsearch as recommanded. Unfortunally, my instance is not fully loaded, as shown in the logs : ======================================================================
= Component Loading Status: ...
0 votes
0 answers
1 comments
4075 views
Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs “Sujet” des documents, la langue des éléments suit ...
0 votes
1 answers
0 comments
1969 views