| java.lang.Object org.apache.solr.search.QueryResultKey
QueryResultKey | final public class QueryResultKey (Code) | | A hash key encapsulating a query, a list of filters, and a sort
author: yonik version: $Id: QueryResultKey.java 533177 2007-04-27 17:50:15Z yonik $ |
Constructor Summary | |
public | QueryResultKey(Query query, List<Query> filters, Sort sort, int nc_flags) |
nc_flags | final int nc_flags(Code) | | |
sfields | final SortField[] sfields(Code) | | |
QueryResultKey | public QueryResultKey(Query query, List<Query> filters, Sort sort, int nc_flags)(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|