public interface SearchStatus
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentWorker()
the current operational worker performing an index, none if there is none
actively indexing
|
String |
getCurrentWorkerETC()
The latest expected time of completion of the current worker
|
String |
getLastLoad()
Last time the index was loaded
|
String |
getLoadTime()
How long it tool to load the index
|
String |
getNDocuments()
the number of documents in the index, including those marked as deleted
|
String |
getPDocuments()
get the number of documents pending to be indexed, including master
items.
|
List |
getWorkerNodes()
A list of all worker nodes in the cluster
|
String getLastLoad()
String getLoadTime()
String getCurrentWorker()
String getCurrentWorkerETC()
List getWorkerNodes()
String getNDocuments()
String getPDocuments()
Copyright © 2003-2016 Sakai Project. All Rights Reserved.