public class SolrDocumentList extends ArrayList<SolrDocument>
modCount
Constructor and Description |
---|
SolrDocumentList() |
Modifier and Type | Method and Description |
---|---|
Float |
getMaxScore() |
long |
getNumFound() |
long |
getStart() |
void |
setMaxScore(Float maxScore) |
void |
setNumFound(long numFound) |
void |
setStart(long start) |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
equals, hashCode, iterator, listIterator, listIterator, subList
containsAll, removeAll, retainAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
public Float getMaxScore()
public void setMaxScore(Float maxScore)
public long getNumFound()
public void setNumFound(long numFound)
public long getStart()
public void setStart(long start)
public String toString()
toString
in class AbstractCollection<SolrDocument>