Class AdminWebService.SearchIndicesResponse

java.lang.Object
ubic.gemma.rest.AdminWebService.SearchIndicesResponse
Enclosing class:
AdminWebService

public static class AdminWebService.SearchIndicesResponse extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • indexBase

      @Nullable public String indexBase
      Filesystem root (gemma.search.dir) under which per-entity index dirs live. May be blank if unconfigured.
    • count

      public int count
    • totalDocumentCount

      public long totalDocumentCount
    • totalDocumentCountExact

      public boolean totalDocumentCountExact
      False if any per-index count failed; the total is then a lower bound.
    • indices

  • Constructor Details

    • SearchIndicesResponse

      public SearchIndicesResponse()