Class MassIndexingEntityFailureContext

java.lang.Object
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEntityFailureContext

public class MassIndexingEntityFailureContext extends MassIndexingFailureContext
Contextual information about a failure to load or index a entities during mass indexing.
  • Method Details

    • builder

    • 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.