Class EntityIndexingFailureContext


  • public class EntityIndexingFailureContext
    extends FailureContext
    Contextual information about a failure to index entities.
    • Method Detail

      • entityReferences

        public List<Object> 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. Use Object.toString() to get a textual representation of each reference, or cast it to the mapper-specific EntityReference type.