public static class BaseResponseWriter.DocListInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Float |
maxScore |
int |
numFound |
int |
size |
int |
start |
Constructor and Description |
---|
DocListInfo(int numFound,
int sz,
int start,
java.lang.Float maxScore) |