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
Let say I want to run the following query in elasticsearch:
GET .bano/_search?search_type=dfs_query_then_fetch { "size": 1, "query": { "match": { "foo": "bar" } } }
I can't specify the search_type parameter in this elasticsearch plugin. Would be nice to add a support for it.
search_type
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
+1, I'm trying to get the _count functionality to work..
_count
No branches or pull requests
Let say I want to run the following query in elasticsearch:
I can't specify the
search_type
parameter in this elasticsearch plugin.Would be nice to add a support for it.
The text was updated successfully, but these errors were encountered: