nexus-public
nexus-public copied to clipboard
Search query limited to 10000 records
Hi team,
i notice a Bug on search query, probably is connected to this issue and this old not migrated issue https://issues.sonatype.org/browse/NEXUS-16917.
I notice that if I perform a search query on a large repository, with more than 10000 elements but with pagination, i recevie a error from api like this:
RemoteTransportException[[159FCCBA-DE3F55B4-695C3AB7-3D759962-AA738D59][local[1]][indices:data/read/search[phase/query]]]; nested: QueryPhaseExecutionException[Result window is too large, from + size must be less than or equal to: [10000] but was [10050]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level parameter.]; }
Log above is an example, but is very long and repated.
Some suggestion to solve it?
Thanks
P.S. repo have multiple folder with a lot of docker images, so i need to extract all of them.