YangCatalog / backend

YANG Catalog's REST API and internal module processing pipeline
https://yangcatalog.org
Apache License 2.0
2 stars 11 forks source link

refactor: execute ES query without scroll #682

Closed richardzilincikPantheon closed 1 year ago

richardzilincikPantheon commented 1 year ago

ES scroll functionality was being used incorrectly. Removed use of the scroll api. Removed separate ES query for aggregations.