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(org.apache.lucene.search.Query query, List<org.apache.lucene.search.Query> filters, org.apache.lucene.search.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(org.apache.lucene.search.Query query,
                      List<org.apache.lucene.search.Query> filters,
                      org.apache.lucene.search.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


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