Package org.codelibs.fess.app.web.api
Class ApiResult.ApiDocsResponse
- java.lang.Object
-
- org.codelibs.fess.app.web.api.ApiResult.ApiResponse
-
- org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
-
- Enclosing class:
- ApiResult
public static class ApiResult.ApiDocsResponse extends ApiResult.ApiResponse
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Map<String,Object>>docsprotected longendRecordNumberprotected StringexecTimeprotected List<Map<String,Object>>facetFieldprotected List<Map<String,Object>>facetQueryprotected StringhighlightParamsprotected booleannextPageprotected intpageCountprotected intpageNumberprotected List<String>pageNumbersprotected intpageSizeprotected booleanpartialprotected booleanprevPageprotected StringqueryIdprotected longqueryTimeprotected longrecordCountprotected StringrecordCountRelationprotected longrequestedTimeprotected StringsearchQueryprotected longstartRecordNumber-
Fields inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status, version
-
-
Constructor Summary
Constructors Constructor Description ApiDocsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResult.ApiDocsResponserenderData(SearchRenderData data)ApiResultresult()-
Methods inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status
-
-
-
-
Field Detail
-
queryId
protected String queryId
-
highlightParams
protected String highlightParams
-
execTime
protected String execTime
-
pageSize
protected int pageSize
-
pageNumber
protected int pageNumber
-
recordCount
protected long recordCount
-
recordCountRelation
protected String recordCountRelation
-
pageCount
protected int pageCount
-
nextPage
protected boolean nextPage
-
prevPage
protected boolean prevPage
-
startRecordNumber
protected long startRecordNumber
-
endRecordNumber
protected long endRecordNumber
-
partial
protected boolean partial
-
queryTime
protected long queryTime
-
searchQuery
protected String searchQuery
-
requestedTime
protected long requestedTime
-
-
Method Detail
-
renderData
public ApiResult.ApiDocsResponse renderData(SearchRenderData data)
-
result
public ApiResult result()
- Overrides:
resultin classApiResult.ApiResponse
-
-