Skip to content
New issue

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

Aggregations Refactor: Refactor Top Hits Aggregation #15566

Merged
merged 1 commit into from
Dec 21, 2015
Merged

Aggregations Refactor: Refactor Top Hits Aggregation #15566

merged 1 commit into from
Dec 21, 2015

Conversation

colings86
Copy link
Contributor

No description provided.

@Inject
public TransportValidateQueryAction(Settings settings, ThreadPool threadPool, ClusterService clusterService,
TransportService transportService, IndicesService indicesService,
ScriptService scriptService, PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) {
BigArrays bigArrays, ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver, FetchPhase fetchPhase) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you aligne indentation with existing code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pushed a commit to address these issues. Hopefully I managed to catch them all

@jpountz
Copy link
Contributor

jpountz commented Dec 21, 2015

This looks good to me. The FetchPhase wiring is a bit invasive but I have no idea how to make it better. :(

@jpountz
Copy link
Contributor

jpountz commented Dec 21, 2015

LGTM

@colings86 colings86 merged commit cac2ca8 into elastic:feature/aggs-refactoring Dec 21, 2015
@colings86 colings86 deleted the refactor/tophitsAgg branch December 21, 2015 13:42
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Search Refactoring labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations :Search/Search Search-related issues that do not fall into other categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants