Class AdminWebService.SearchIndicesResponse
java.lang.Object
ubic.gemma.rest.AdminWebService.SearchIndicesResponse
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFilesystem root (gemma.search.dir) under which per-entity index dirs live.longbooleanFalse if any per-index count failed; the total is then a lower bound. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 totalDocumentCountExactFalse if any per-index count failed; the total is then a lower bound. -
indices
-
-
Constructor Details
-
SearchIndicesResponse
public SearchIndicesResponse()
-