Class EsPagingResultBean<ENTITY>

java.lang.Object
org.dbflute.cbean.result.ListResultBean<ENTITY>
org.dbflute.cbean.result.PagingResultBean<ENTITY>
org.codelibs.fess.es.log.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

    Fields
    Modifier and Type
    Field
    Description
    protected long
     

    Fields inherited from class org.dbflute.cbean.result.PagingResultBean

    _currentPageNumber, _pageSize

    Fields inherited from class org.dbflute.cbean.result.ListResultBean

    _allRecordCount, _orderByClause, _selectedList, _tableDbName
  • Constructor Summary

    Constructors
    Constructor
    Description
    EsPagingResultBean(org.opensearch.action.search.SearchRequestBuilder builder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensearch.search.aggregations.Aggregations
     
    int
     
     
    int
     
    long
     
    org.apache.lucene.search.TotalHits
     
    int
     
    void
    setAggregation(org.opensearch.search.aggregations.Aggregations aggregations)
     
    void
    setFailedShards(int failedShards)
     
    void
    setSuccessfulShards(int successfulShards)
     
    void
    setTook(long took)
     
    void
    setTotalHits(org.apache.lucene.search.TotalHits totalHits)
     
    void
    setTotalShards(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, toString

    Methods 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, toRichString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods 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

      public String 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)