Interface SearchIndexingPlanExecutionReport


@Deprecated public interface SearchIndexingPlanExecutionReport
  • Method Details

    • throwable

      Optional<Throwable> throwable()
      Deprecated.
      Returns:
      The Exception or Error thrown when indexing failed, or Optional.empty() if indexing succeeded.
    • failingEntities

      List<EntityReference> failingEntities()
      Deprecated.
      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.