Class SearchRenderData

java.lang.Object
org.codelibs.fess.entity.SearchRenderData
Direct Known Subclasses:
AdminSearchlistAction.WebRenderData, SearchAction.WebRenderData

public class SearchRenderData extends Object
  • Field Details

    • documentItems

      protected List<Map<String,Object>> documentItems
    • facetResponse

      protected FacetResponse facetResponse
    • appendHighlightParams

      protected String appendHighlightParams
    • execTime

      protected String execTime
    • pageSize

      protected int pageSize
    • currentPageNumber

      protected int currentPageNumber
    • allRecordCount

      protected long allRecordCount
    • allRecordCountRelation

      protected String allRecordCountRelation
    • allPageCount

      protected int allPageCount
    • existNextPage

      protected boolean existNextPage
    • existPrevPage

      protected boolean existPrevPage
    • currentStartRecordNumber

      protected long currentStartRecordNumber
    • currentEndRecordNumber

      protected long currentEndRecordNumber
    • pageNumberList

      protected List<String> pageNumberList
    • partialResults

      protected boolean partialResults
    • searchQuery

      protected String searchQuery
    • queryTime

      protected long queryTime
    • requestedTime

      protected long requestedTime
    • queryId

      protected String queryId
  • Constructor Details

    • SearchRenderData

      public SearchRenderData()
  • Method Details

    • setDocumentItems

      public void setDocumentItems(List<Map<String,Object>> documentItems)
    • setFacetResponse

      public void setFacetResponse(FacetResponse facetResponse)
    • setAppendHighlightParams

      public void setAppendHighlightParams(String appendHighlightParams)
    • setExecTime

      public void setExecTime(String execTime)
    • setPageSize

      public void setPageSize(int pageSize)
    • setCurrentPageNumber

      public void setCurrentPageNumber(int currentPageNumber)
    • setAllRecordCount

      public void setAllRecordCount(long allRecordCount)
    • setAllRecordCountRelation

      public void setAllRecordCountRelation(String allRecordCountRelation)
    • setAllPageCount

      public void setAllPageCount(int allPageCount)
    • setExistNextPage

      public void setExistNextPage(boolean existNextPage)
    • setExistPrevPage

      public void setExistPrevPage(boolean existPrevPage)
    • setCurrentStartRecordNumber

      public void setCurrentStartRecordNumber(long currentStartRecordNumber)
    • setCurrentEndRecordNumber

      public void setCurrentEndRecordNumber(long currentEndRecordNumber)
    • setPageNumberList

      public void setPageNumberList(List<String> pageNumberList)
    • setPartialResults

      public void setPartialResults(boolean partialResults)
    • setQueryTime

      public void setQueryTime(long queryTime)
    • setSearchQuery

      public void setSearchQuery(String searchQuery)
    • setRequestedTime

      public void setRequestedTime(long requestedTime)
    • setQueryId

      public void setQueryId(String queryId)
    • getDocumentItems

      public List<Map<String,Object>> getDocumentItems()
    • getFacetResponse

      public FacetResponse getFacetResponse()
    • getAppendHighlightParams

      public String getAppendHighlightParams()
    • getExecTime

      public String getExecTime()
    • getPageSize

      public int getPageSize()
    • getCurrentPageNumber

      public int getCurrentPageNumber()
    • getAllRecordCount

      public long getAllRecordCount()
    • getAllRecordCountRelation

      public String getAllRecordCountRelation()
    • getAllPageCount

      public int getAllPageCount()
    • isExistNextPage

      public boolean isExistNextPage()
    • isExistPrevPage

      public boolean isExistPrevPage()
    • getCurrentStartRecordNumber

      public long getCurrentStartRecordNumber()
    • getCurrentEndRecordNumber

      public long getCurrentEndRecordNumber()
    • getPageNumberList

      public List<String> getPageNumberList()
    • isPartialResults

      public boolean isPartialResults()
    • getSearchQuery

      public String getSearchQuery()
    • getQueryTime

      public long getQueryTime()
    • getRequestedTime

      public long getRequestedTime()
    • getQueryId

      public String getQueryId()
    • toString

      public String toString()
      Overrides:
      toString in class Object