-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 8.10, 9.1
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Elasticsearch, Nuxeo Drive
Since upgrade to 2.x, search queries with a limit greater than 10000 are no longer accept by Elasticsearch cluster.
We should use scan+scroll api instead.
Investigate on ESAuditChangeFinder#queryESAuditEntries to check if limit could be greater than 10K. By default limit is 1K, but it could be override, maybe just add few documentation on this.
- depends on
-
NXP-19194 Upgrade from Elasticsearch 1.5.2 to 2.x
- Resolved