package org.jai.search.actors; public enum IndexingMessage { REBUILD_ALL_INDICES, REBUILD_ALL_INDICES_DONE, INDEX_DONE, DOCUMENTTYPE_DONE; }