mirror of https://github.com/apache/lucene.git
Remove outdated comment.
This commit is contained in:
parent
95d6fc2512
commit
471d842742
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue