org.apache.solr.response
Class BaseResponseWriter.DocListInfo

java.lang.Object
  extended by org.apache.solr.response.BaseResponseWriter.DocListInfo
Enclosing class:
BaseResponseWriter

public static class BaseResponseWriter.DocListInfo
extends Object


Field Summary
 Float maxScore
           
 int numFound
           
 int size
           
 int start
           
 
Constructor Summary
BaseResponseWriter.DocListInfo(int numFound, int sz, int start, Float maxScore)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numFound

public final int numFound

start

public final int start

maxScore

public Float maxScore

size

public final int size
Constructor Detail

BaseResponseWriter.DocListInfo

public BaseResponseWriter.DocListInfo(int numFound,
                                      int sz,
                                      int start,
                                      Float maxScore)