public interface FileIndexingObserver
FileIndexingService.indexFiles(boolean, FileIndexingObserver)
,
FileIndexingService.indexFiles(boolean, File, FileIndexingObserver)
Modifier and Type | Field and Description |
---|---|
static int |
INDEXING_COMPLETED_ABORTED
Indicates that indexing was aborted by request
|
static int |
INDEXING_COMPLETED_DIR_DOES_NOT_EXIST
Indicates that one or more of the indexing directories does not exist
|
static int |
INDEXING_COMPLETED_DIR_READ_ERROR
Indicates a read error on one or more of the directories
|
static int |
INDEXING_COMPLETED_ERROR
Indicates that indexing completed with a severe error
|
static int |
INDEXING_COMPLETED_ITEM_ERROR
Indicates that indexing completed successfully, but one or more item was indexed with errors
|
static int |
INDEXING_COMPLETED_SUCCESS
Indicates that indexing completed normally
|
Modifier and Type | Method and Description |
---|---|
void |
indexingCompleted(int status,
java.lang.String message)
This method is called when the indexing is complete.
|
static final int INDEXING_COMPLETED_SUCCESS
static final int INDEXING_COMPLETED_ABORTED
static final int INDEXING_COMPLETED_ERROR
static final int INDEXING_COMPLETED_ITEM_ERROR
static final int INDEXING_COMPLETED_DIR_DOES_NOT_EXIST
static final int INDEXING_COMPLETED_DIR_READ_ERROR
void indexingCompleted(int status, java.lang.String message)
status
- The status code upon completionmessage
- A message describing how the indexer completed