Interface SearchIndexingPlanExecutionReport
@Incubating
public interface SearchIndexingPlanExecutionReport
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends org.hibernate.search.engine.common.EntityReference>
-
Method Details
-
throwable
- Returns:
- The
ExceptionorErrorthrown when indexing failed, orOptional.empty()if indexing succeeded.
-
failingEntities
List<? extends org.hibernate.search.engine.common.EntityReference> failingEntities()- 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.
-