mirror of https://github.com/apache/lucene.git
remove obsolete sort comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5573feaa62
commit
ddc153ac37
|
@ -29,7 +29,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
public final class QueryResultKey {
|
public final class QueryResultKey {
|
||||||
final Query query;
|
final Query query;
|
||||||
final Sort sort; // change to normal Sort after Lucene 1.4.3
|
final Sort sort;
|
||||||
final SortField[] sfields;
|
final SortField[] sfields;
|
||||||
final List<Query> filters;
|
final List<Query> filters;
|
||||||
final int nc_flags; // non-comparable flags... ignored by hashCode and equals
|
final int nc_flags; // non-comparable flags... ignored by hashCode and equals
|
||||||
|
|
Loading…
Reference in New Issue