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
buildSearchRequest方法中
brand_agg.subAggregation(AggregationBuilders.terms("brand_name_agg").field("brandName").size(1)); brand_agg.subAggregation(AggregationBuilders.terms("brand_img_agg").field("brandImg").size(1));
size放错了地方
The text was updated successfully, but these errors were encountered:
你觉得怎么改比较好
Sorry, something went wrong.
size 你好像放到最外面了,不在括号里面
可以把代码发出来吗?谢谢
No branches or pull requests
buildSearchRequest方法中
brand_agg.subAggregation(AggregationBuilders.terms("brand_name_agg").field("brandName").size(1));
brand_agg.subAggregation(AggregationBuilders.terms("brand_img_agg").field("brandImg").size(1));
size放错了地方
The text was updated successfully, but these errors were encountered: