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 java.util.List<java.util.Map<java.lang.String,java.lang.Object>>docsprotected longendRecordNumberprotected java.lang.StringexecTimeprotected java.util.List<java.util.Map<java.lang.String,java.lang.Object>>facetFieldprotected java.util.List<java.util.Map<java.lang.String,java.lang.Object>>facetQueryprotected java.lang.StringhighlightParamsprotected booleannextPageprotected intpageCountprotected intpageNumberprotected java.util.List<java.lang.String>pageNumbersprotected intpageSizeprotected booleanpartialprotected booleanprevPageprotected java.lang.StringqueryIdprotected longqueryTimeprotected longrecordCountprotected java.lang.StringrecordCountRelationprotected longrequestedTimeprotected java.lang.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 java.lang.String queryId
-
docs
protected java.util.List<java.util.Map<java.lang.String,java.lang.Object>> docs
-
highlightParams
protected java.lang.String highlightParams
-
execTime
protected java.lang.String execTime
-
pageSize
protected int pageSize
-
pageNumber
protected int pageNumber
-
recordCount
protected long recordCount
-
recordCountRelation
protected java.lang.String recordCountRelation
-
pageCount
protected int pageCount
-
nextPage
protected boolean nextPage
-
prevPage
protected boolean prevPage
-
startRecordNumber
protected long startRecordNumber
-
endRecordNumber
protected long endRecordNumber
-
pageNumbers
protected java.util.List<java.lang.String> pageNumbers
-
partial
protected boolean partial
-
queryTime
protected long queryTime
-
searchQuery
protected java.lang.String searchQuery
-
requestedTime
protected long requestedTime
-
facetField
protected java.util.List<java.util.Map<java.lang.String,java.lang.Object>> facetField
-
facetQuery
protected java.util.List<java.util.Map<java.lang.String,java.lang.Object>> facetQuery
-
-
Method Detail
-
renderData
public ApiResult.ApiDocsResponse renderData(SearchRenderData data)
-
result
public ApiResult result()
- Overrides:
resultin classApiResult.ApiResponse
-
-