-
ElasticSearch documentation has the following statement about Scroll Searches:
If I'm not mistaken, I don't think the latest scroll_id is used in JanusGraph. In
Can someone please confirm this is an issue? Then I can submit a PR if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you are correct. This looks like a bug to me. Although scrollId does not change most of the time (https://discuss.elastic.co/t/scroll-id-is-not-changing-while-querying/106202/3), we should definitely follow what the official documentation says. It would be great if you could submit a PR! |
Beta Was this translation helpful? Give feedback.
I think you are correct. This looks like a bug to me. Although scrollId does not change most of the time (https://discuss.elastic.co/t/scroll-id-is-not-changing-while-querying/106202/3), we should definitely follow what the official documentation says. It would be great if you could submit a PR!