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


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)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.