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/24 18:39:59 UTC

lucene-solr:branch_6x: Remove outdated comment.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 024a39399 -> 39b58a4b0


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/39b58a4b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/39b58a4b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/39b58a4b

Branch: refs/heads/branch_6x
Commit: 39b58a4b0cf6aacc2d9215c1a85cef76d4c91db9
Parents: 024a393
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:39:39 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/39b58a4b/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;