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, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
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>
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.