public interface IndexingContext
Modifier and Type | Method and Description |
---|---|
CommitInfo |
getCommitInfo()
Commit info associated with commit as part of which
IndexEditor is being invoked
|
java.lang.String |
getIndexPath()
Path of the index definition in the repository
|
void |
indexUpdateFailed(java.lang.Exception e)
Invoked by IndexEditor to indicate that update of index has failed
|
boolean |
isAsync()
Flag indicating that indexed is being done
asynchronously
|
boolean |
isReindexing()
Flag indicating that index is being reindex
|
void |
registerIndexCommitCallback(IndexCommitCallback callback)
registers
IndexCommitCallback instance which can then be
notified of how indexing commit progresses. |
java.lang.String getIndexPath()
CommitInfo getCommitInfo()
boolean isReindexing()
boolean isAsync()
void indexUpdateFailed(java.lang.Exception e)
e
- exception stack for failed updatedvoid registerIndexCommitCallback(IndexCommitCallback callback)
IndexCommitCallback
instance which can then be
notified of how indexing commit progresses.callback
- Copyright © 2010 - 2020 Adobe. All Rights Reserved