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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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>Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.