index


Related Questions
Hello, I have a nuxeo with mongoDB which contains a lot of data. My problem is that the following nxql query is very slow: select * from Document where ecm:isTrashed = 0 By removing the filter on ecm:isTrashed , I will have an immediate response, ...
  0 votes
  0 answers
  4 comments
  776 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
  1452 views

Hi all, We have a relatively large repository (more than 30M of nodes, including folders and documents) and we have recently performed a full reindex over a 2-node external Elastic Search cluster. When the reindexing has finished, we can see a ...
  3 votes
  0 answers
  0 comments
  1985 views

Hi i want to add some custom indexing to my document types. I don't find any example . http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration#VCSConfiguration-ExampleFile this link says “ This file is for illustration and contains many more options ...
  0 votes
  1 answers
  0 comments
  1964 views

What maintenance tasks should I use on SQL Server to optimize the indexes (rebuild/reorganize) in order for the database performance to be constant?
  0 votes
  1 answers
  0 comments
  1685 views