Skip to content

Instantly share code, notes, and snippets.

@markusdybeck
Last active September 16, 2020 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markusdybeck/b1ff0b7756198e5f49e7c540d761f5b4 to your computer and use it in GitHub Desktop.
Save markusdybeck/b1ff0b7756198e5f49e7c540d761f5b4 to your computer and use it in GitHub Desktop.
EsIterator usage
Iterator<Collection<Foo>> fooIterator = new EsIterator<>(index, query, batchSize, Foo.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment