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
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you.
[x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch 2.x) [ ] elastic.v2 (for Elasticsearch 1.x)
Inside a collapse I which to have multiple inner_hits. Like : Collapse inner hits
collapse
inner_hits
It seems, there can only be one single Inner_hits field inside the collapse field
Inner_hits
collapse field
elastic.NewCollapseBuilder("user"). Field("name.keyword"). InnerHit(elastic.NewInnerHit().Name("one")). InnerHit(elastic.NewInnerHit().Name("two"))
The text was updated successfully, but these errors were encountered:
Yes, looks like a missing feature in CollapseBuilder at least.
CollapseBuilder
Sorry, something went wrong.
932871c
No branches or pull requests
Please use the following questions as a guideline to help me answer
your issue/question without further inquiry. Thank you.
Which version of Elastic are you using?
[x] elastic.v7 (for Elasticsearch 7.x)
[ ] elastic.v6 (for Elasticsearch 6.x)
[ ] elastic.v5 (for Elasticsearch 5.x)
[ ] elastic.v3 (for Elasticsearch 2.x)
[ ] elastic.v2 (for Elasticsearch 1.x)
Please describe the expected behavior
Inside a
collapse
I which to have multipleinner_hits
. Like : Collapse inner hitsPlease describe the actual behavior
It seems, there can only be one single
Inner_hits
field inside thecollapse field
Any steps to reproduce the behavior?
The text was updated successfully, but these errors were encountered: