Remove outdated comment.

This commit is contained in:
Christine Poerschke 2017-02-24 18:38:11 +00:00
parent 95d6fc2512
commit 471d842742
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ public class QueryComponent extends SearchComponent
//TODO: move weighting of sort //TODO: move weighting of sort
final SortSpec groupSortSpec = searcher.weightSortSpec(sortSpec, Sort.RELEVANCE); final SortSpec groupSortSpec = searcher.weightSortSpec(sortSpec, Sort.RELEVANCE);
// groupSort defaults to sort
String withinGroupSortStr = params.get(GroupParams.GROUP_SORT); String withinGroupSortStr = params.get(GroupParams.GROUP_SORT);
//TODO: move weighting of sort //TODO: move weighting of sort
final SortSpec withinGroupSortSpec; final SortSpec withinGroupSortSpec;