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
When the user writes a custom search plugin, the ext section is required to wrap the SearchExtBuilder Example:
{ "query": {...}, "ext":{ "similarity": { "fields":{...} } } }
similarity is a search plugin I customized, but currently Native Search Query does not have an interface that supports it.
similarity
The text was updated successfully, but these errors were encountered:
Native query with ext section for SearchPlugin.
056a4a7
Original Pull Request #2064 Closes #2065
Successfully merging a pull request may close this issue.
When the user writes a custom search plugin, the ext section is required to wrap the SearchExtBuilder
Example:
similarity
is a search plugin I customized, but currently Native Search Query does not have an interface that supports it.The text was updated successfully, but these errors were encountered: