Class DelegatingSearchIndexingPlanExecutionReport
java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.DelegatingSearchIndexingPlanExecutionReport
- All Implemented Interfaces:
SearchIndexingPlanExecutionReport
public class DelegatingSearchIndexingPlanExecutionReport
extends Object
implements SearchIndexingPlanExecutionReport
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DelegatingSearchIndexingPlanExecutionReport
-
-
Method Details
-
throwable
- Specified by:
throwablein interfaceSearchIndexingPlanExecutionReport- Returns:
- The
ExceptionorErrorthrown when indexing failed, orOptional.empty()if indexing succeeded.
-
failingEntities
- Specified by:
failingEntitiesin interfaceSearchIndexingPlanExecutionReport- Returns:
- A list of references to entities that may not be indexed correctly as a result of the failure.
Never
null, but may be empty.
-