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 Details

    • queryId

      protected String queryId
    • docs

      protected List<Map<String,Object>> docs
    • 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
    • pageNumbers

      protected List<String> pageNumbers
    • partial

      protected boolean partial
    • queryTime

      protected long queryTime
    • searchQuery

      protected String searchQuery
    • requestedTime

      protected long requestedTime
    • facetField

      protected List<Map<String,Object>> facetField
    • facetQuery

      protected List<Map<String,Object>> facetQuery
  • Constructor Details

    • ApiDocsResponse

      public ApiDocsResponse()
  • Method Details