SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

Added capability to do >10k searches with Elasticsearch #95

Closed yu-eric closed 1 year ago

yu-eric commented 3 years ago

Addresses issue #93. This PR adds support for Elasticsearch's advanced scroll functionality, which allows for a single search to contain >10k parts. The only drawback to this is the time taken when running. For context, a normal search takes ~0.1 s whilst this takes about ~0.6. We should take into consideration how much users will actually scroll rapidly through search results. Thoughts?