Package org.codelibs.fess.entity
Class SearchRenderData
java.lang.Object
org.codelibs.fess.entity.SearchRenderData
- Direct Known Subclasses:
AdminSearchlistAction.WebRenderData,SearchAction.WebRenderData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected longprotected Stringprotected Stringprotected longprotected intprotected longprotected Stringprotected booleanprotected booleanprotected FacetResponseprotected intprotected booleanprotected Stringprotected longprotected longprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonglongintlongintlonglongbooleanbooleanbooleanvoidsetAllPageCount(int allPageCount) voidsetAllRecordCount(long allRecordCount) voidsetAllRecordCountRelation(String allRecordCountRelation) voidsetAppendHighlightParams(String appendHighlightParams) voidsetCurrentEndRecordNumber(long currentEndRecordNumber) voidsetCurrentPageNumber(int currentPageNumber) voidsetCurrentStartRecordNumber(long currentStartRecordNumber) voidsetDocumentItems(List<Map<String, Object>> documentItems) voidsetExecTime(String execTime) voidsetExistNextPage(boolean existNextPage) voidsetExistPrevPage(boolean existPrevPage) voidsetFacetResponse(FacetResponse facetResponse) voidsetPageNumberList(List<String> pageNumberList) voidsetPageSize(int pageSize) voidsetPartialResults(boolean partialResults) voidsetQueryId(String queryId) voidsetQueryTime(long queryTime) voidsetRequestedTime(long requestedTime) voidsetSearchQuery(String searchQuery) toString()
-
Field Details
-
documentItems
-
facetResponse
-
appendHighlightParams
-
execTime
-
pageSize
protected int pageSize -
currentPageNumber
protected int currentPageNumber -
allRecordCount
protected long allRecordCount -
allRecordCountRelation
-
allPageCount
protected int allPageCount -
existNextPage
protected boolean existNextPage -
existPrevPage
protected boolean existPrevPage -
currentStartRecordNumber
protected long currentStartRecordNumber -
currentEndRecordNumber
protected long currentEndRecordNumber -
pageNumberList
-
partialResults
protected boolean partialResults -
searchQuery
-
queryTime
protected long queryTime -
requestedTime
protected long requestedTime -
queryId
-
-
Constructor Details
-
SearchRenderData
public SearchRenderData()
-
-
Method Details
-
setDocumentItems
-
setFacetResponse
-
setAppendHighlightParams
-
setExecTime
-
setPageSize
public void setPageSize(int pageSize) -
setCurrentPageNumber
public void setCurrentPageNumber(int currentPageNumber) -
setAllRecordCount
public void setAllRecordCount(long allRecordCount) -
setAllRecordCountRelation
-
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
-
setPartialResults
public void setPartialResults(boolean partialResults) -
setQueryTime
public void setQueryTime(long queryTime) -
setSearchQuery
-
setRequestedTime
public void setRequestedTime(long requestedTime) -
setQueryId
-
getDocumentItems
-
getFacetResponse
-
getAppendHighlightParams
-
getExecTime
-
getPageSize
public int getPageSize() -
getCurrentPageNumber
public int getCurrentPageNumber() -
getAllRecordCount
public long getAllRecordCount() -
getAllRecordCountRelation
-
getAllPageCount
public int getAllPageCount() -
isExistNextPage
public boolean isExistNextPage() -
isExistPrevPage
public boolean isExistPrevPage() -
getCurrentStartRecordNumber
public long getCurrentStartRecordNumber() -
getCurrentEndRecordNumber
public long getCurrentEndRecordNumber() -
getPageNumberList
-
isPartialResults
public boolean isPartialResults() -
getSearchQuery
-
getQueryTime
public long getQueryTime() -
getRequestedTime
public long getRequestedTime() -
getQueryId
-
toString
-