onFinishIndexingDocument

abstract fun onFinishIndexingDocument(@NonNull documentUID: String, success: Boolean)

Called when a document finishes indexing.

Parameters

documentUID

document UID of the document that finished indexing.

success

true if document indexing finished successfully.