Elasticsearch


Related Questions
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
  772 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
  660 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
  985 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
  1300 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
  963 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
  877 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
  847 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
  922 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
  853 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
  878 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
  1322 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
  1932 views

Hello, Has anyone out there tried Elastic Search v7 yet? Thanks Chris
  0 votes
  0 answers
  0 comments
  915 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
  1149 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
  1116 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
  3833 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
  1456 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
  1716 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
  1521 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
  1706 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
  2760 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
  1458 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
  1484 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
  2069 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
  2408 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
  3991 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
  1898 views