| Modifier and Type | Field and Description |
|---|---|
protected int |
allPageCount |
protected long |
allRecordCount |
protected long |
currentEndRecordNumber |
protected int |
currentPageNumber
The value of current page number.
|
protected long |
currentStartRecordNumber |
protected long |
execTime |
protected boolean |
existNextPage |
protected boolean |
existPrevPage |
protected FacetResponse |
facetResponse |
protected List<String> |
pageNumberList |
protected int |
pageSize
The value of current page number.
|
protected boolean |
partialResults |
protected long |
queryTime |
protected String |
searchQuery |
| Modifier | Constructor and Description |
|---|---|
|
QueryResponseList() |
protected |
QueryResponseList(List<Map<String,Object>> parent) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streamprotected int pageSize
protected int currentPageNumber
protected long allRecordCount
protected int allPageCount
protected boolean existNextPage
protected boolean existPrevPage
protected long currentStartRecordNumber
protected long currentEndRecordNumber
protected String searchQuery
protected long execTime
protected FacetResponse facetResponse
protected boolean partialResults
protected long queryTime
public void init(org.dbflute.optional.OptionalEntity<org.elasticsearch.action.search.SearchResponse> searchResponseOpt,
int start,
int pageSize)
protected void calculatePageInfo(int start,
int size)
public boolean addAll(Collection<? extends Map<String,Object>> c)
public boolean addAll(int index,
Collection<? extends Map<String,Object>> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Map<String,Object>>containsAll in interface List<Map<String,Object>>public boolean equals(Object o)
public int hashCode()
public boolean isEmpty()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Map<String,Object>>public ListIterator<Map<String,Object>> listIterator()
listIterator in interface List<Map<String,Object>>public ListIterator<Map<String,Object>> listIterator(int index)
listIterator in interface List<Map<String,Object>>public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] a)
public int getPageSize()
public int getCurrentPageNumber()
public long getAllRecordCount()
public int getAllPageCount()
public boolean isExistNextPage()
public boolean isExistPrevPage()
public long getCurrentStartRecordNumber()
public long getCurrentEndRecordNumber()
public String getSearchQuery()
public void setSearchQuery(String searchQuery)
public long getExecTime()
public void setExecTime(long execTime)
public FacetResponse getFacetResponse()
public boolean isPartialResults()
public long getQueryTime()
Copyright © 2009–2017 CodeLibs. All rights reserved.