Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"scan" is no longer a valid search_type #185

Open
erikyao opened this issue Aug 29, 2021 · 0 comments
Open

"scan" is no longer a valid search_type #185

erikyao opened this issue Aug 29, 2021 · 0 comments
Assignees
Labels

Comments

@erikyao
Copy link
Contributor

erikyao commented Aug 29, 2021

ESIndex.doc_feeder has a search call to ES client (see es.py#L489):

        res = self._es.search(index=self._index, doc_type=self._doc_type, body=q,
                              size=_size, search_type='scan', scroll=scroll, **kwargs)

However, 'scan' is no longer a valid search_type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants