Class EntityIndexingFailureContext
java.lang.Object
org.hibernate.search.engine.reporting.FailureContext
org.hibernate.search.engine.reporting.EntityIndexingFailureContext
Contextual information about a failure to index entities.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.hibernate.search.engine.reporting.FailureContext
failingOperation, throwable
-
Method Summary
Methods inherited from class org.hibernate.search.engine.reporting.FailureContext
failingOperation, throwable
-
Method Details
-
builder
-
entityReferences
Deprecated.UsefailingEntityReferences()
instead.- 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-specificEntityReference
type.
-
failingEntityReferences
- 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.
-
toString
- Overrides:
toString
in classFailureContext
-
failingEntityReferences()
instead.