We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
search_type
ESIndex.doc_feeder has a search call to ES client (see es.py#L489):
ESIndex.doc_feeder
search
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.
'scan'
The text was updated successfully, but these errors were encountered:
newgene
namespacestd0
No branches or pull requests
ESIndex.doc_feeder
has asearch
call to ES client (see es.py#L489):However,
'scan'
is no longer a validsearch_type
.The text was updated successfully, but these errors were encountered: