You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/28 17:26:50 UTC

[23/50] [abbrv] lucene-solr:jira/solr-9045: Remove outdated comment.

Remove outdated comment.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/471d8427
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/471d8427
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/471d8427

Branch: refs/heads/jira/solr-9045
Commit: 471d84274225c542e310f6cd8509702db4666ae0
Parents: 95d6fc2
Author: Christine Poerschke <cp...@apache.org>
Authored: Fri Feb 24 18:38:11 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Fri Feb 24 18:38:11 2017 +0000

----------------------------------------------------------------------
 .../src/java/org/apache/solr/handler/component/QueryComponent.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/471d8427/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java b/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
index c357202..deff25b 100644
--- a/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
+++ b/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
@@ -259,7 +259,6 @@ public class QueryComponent extends SearchComponent
     //TODO: move weighting of sort
     final SortSpec groupSortSpec = searcher.weightSortSpec(sortSpec, Sort.RELEVANCE);
 
-    // groupSort defaults to sort
     String withinGroupSortStr = params.get(GroupParams.GROUP_SORT);
     //TODO: move weighting of sort
     final SortSpec withinGroupSortSpec;