org.apache.solr.search
Class QueryResultKey

java.lang.Object
  extended by org.apache.solr.search.QueryResultKey

public final class QueryResultKey
extends Object

A hash key encapsulating a query, a list of filters, and a sort

Version:
$Id: QueryResultKey.java 1065312 2011-01-30 16:08:25Z rmuir $

Constructor Summary
QueryResultKey(Query query, List<Query> filters, Sort sort, int nc_flags)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultKey

public QueryResultKey(Query query,
                      List<Query> filters,
                      Sort sort,
                      int nc_flags)
               throws IOException
Throws:
IOException
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object