Class MassIndexingEntityFailureContext
java.lang.Object
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext
Contextual information about a failure to load or index a entities during mass indexing.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
failingOperation, throwable
-
Method Details
-
builder
-
entityReferences
- 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. UseObject.toString()to get a textual representation of each reference, or cast it to the mapper-specificEntityReferencetype.
-