Class EsPagingResultBean<ENTITY>
java.lang.Object
org.dbflute.cbean.result.ListResultBean<ENTITY>
org.dbflute.cbean.result.PagingResultBean<ENTITY>
org.codelibs.fess.es.user.allcommon.EsPagingResultBean<ENTITY>
- Type Parameters:
ENTITY- The type of entity.
- All Implemented Interfaces:
Serializable,Iterable<ENTITY>,Collection<ENTITY>,List<ENTITY>
public class EsPagingResultBean<ENTITY>
extends org.dbflute.cbean.result.PagingResultBean<ENTITY>
- Author:
- ESFlute (using FreeGen)
- See Also:
-
Field Summary
FieldsFields inherited from class org.dbflute.cbean.result.PagingResultBean
_currentPageNumber, _pageSizeFields inherited from class org.dbflute.cbean.result.ListResultBean
_allRecordCount, _orderByClause, _selectedList, _tableDbName -
Constructor Summary
ConstructorsConstructorDescriptionEsPagingResultBean(org.opensearch.action.search.SearchRequestBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.search.aggregations.AggregationsintintlonggetTook()org.apache.lucene.search.TotalHitsintvoidsetAggregation(org.opensearch.search.aggregations.Aggregations aggregations) voidsetFailedShards(int failedShards) voidsetSuccessfulShards(int successfulShards) voidsetTook(long took) voidsetTotalHits(org.apache.lucene.search.TotalHits totalHits) voidsetTotalShards(int totalShards) Methods inherited from class org.dbflute.cbean.result.PagingResultBean
assertPageGroupOptionCall, assertPageRangeOptionCall, buildPagingDisp, buildRichStringHeader, calculateAllPageCount, calculateCurrentEndRecordNumber, calculateCurrentStartRecordNumber, createPageGroupBean, createPageGroupOption, createPageRangeBean, createPageRangeOption, equals, existsNextPage, existsPreviousPage, getAllPageCount, getAllRecordCount, getCurrentEndRecordNumber, getCurrentPageNumber, getCurrentStartRecordNumber, getNextPageNumber, getPageSize, getPrePageNumber, getPreviousPageNumber, hashCode, isExistNextPage, isExistPrePage, mappingList, newPageGroupBean, newPageGroupOption, newPageRangeBean, newPageRangeOption, pageGroup, pageRange, setAllRecordCount, setCurrentPageNumber, setPageSize, toStringMethods inherited from class org.dbflute.cbean.result.ListResultBean
add, add, addAll, addAll, clear, contains, containsAll, createEmptyIterator, createInheritedResultBean, extractColumnList, extractColumnSet, get, getOrderByClause, getSelectedList, getTableDbName, groupingList, groupingMap, hasWrappedListInstance, indexOf, isEmpty, isSelectedResult, iterator, lastIndexOf, listIterator, listIterator, newResultBeanBuilder, remove, remove, removeAll, retainAll, set, setOrderByClause, setSelectedList, setTableDbName, size, subList, toArray, toArray, toRichStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Field Details
-
took
protected long took
-
-
Constructor Details
-
EsPagingResultBean
public EsPagingResultBean(org.opensearch.action.search.SearchRequestBuilder builder)
-
-
Method Details
-
getQueryDsl
-
getTook
public long getTook() -
setTook
public void setTook(long took) -
getTotalShards
public int getTotalShards() -
setTotalShards
public void setTotalShards(int totalShards) -
getSuccessfulShards
public int getSuccessfulShards() -
setSuccessfulShards
public void setSuccessfulShards(int successfulShards) -
getFailedShards
public int getFailedShards() -
setFailedShards
public void setFailedShards(int failedShards) -
getAggregations
public org.opensearch.search.aggregations.Aggregations getAggregations() -
setAggregation
public void setAggregation(org.opensearch.search.aggregations.Aggregations aggregations) -
getTotalHits
public org.apache.lucene.search.TotalHits getTotalHits() -
setTotalHits
public void setTotalHits(org.apache.lucene.search.TotalHits totalHits)
-