-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF32, 6.0-HF09, 7.2
-
Component/s: Elasticsearch
-
Tags:
Even when asking for all documents (limit(-1)) there is a limitation depending on the db backend when fetching document from VCS.
For instance Oracle will not allow to load more than 1000 docs:
Caused by: org.nuxeo.ecm.core.api.ClientRuntimeException: org.nuxeo.ecm.core.api.ClientException: Failed to execute query: ORA-01795: maximum number of expressions in a list is 1000
- is required by
-
NXP-16850 Excel export of 1000+ documents from an elasticsearch-enabled content view fails with error 'ORA-01795: maximum number of expressions in a list is 1000'
- Resolved