Class SearchIndexerStatus


  • public class SearchIndexerStatus
    extends Object
    An immutable summary of the status of the SearchIndexer, at a fixed point in time. Contains the current state, the time, and some counts. If the indexer is processing URIs, processing statements, or preparing a rebuild, the counts are URI_COUNTS, STATEMENT_COUNTS, or REBUILD_COUNTS, respectively. When the indexer starts up, becomes idle, or shuts down, the counts are NO_COUNTS.