Interface IngestionJobStatistics.Builder

    • Method Detail

      • numberOfDocumentsDeleted

        IngestionJobStatistics.Builder numberOfDocumentsDeleted​(Long numberOfDocumentsDeleted)

        The number of source documents that was deleted.

        Parameters:
        numberOfDocumentsDeleted - The number of source documents that was deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfDocumentsFailed

        IngestionJobStatistics.Builder numberOfDocumentsFailed​(Long numberOfDocumentsFailed)

        The number of source documents that failed to be ingested.

        Parameters:
        numberOfDocumentsFailed - The number of source documents that failed to be ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfDocumentsScanned

        IngestionJobStatistics.Builder numberOfDocumentsScanned​(Long numberOfDocumentsScanned)

        The total number of source documents that were scanned. Includes new, updated, and unchanged documents.

        Parameters:
        numberOfDocumentsScanned - The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfMetadataDocumentsModified

        IngestionJobStatistics.Builder numberOfMetadataDocumentsModified​(Long numberOfMetadataDocumentsModified)

        The number of metadata files that were updated or deleted.

        Parameters:
        numberOfMetadataDocumentsModified - The number of metadata files that were updated or deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfMetadataDocumentsScanned

        IngestionJobStatistics.Builder numberOfMetadataDocumentsScanned​(Long numberOfMetadataDocumentsScanned)

        The total number of metadata files that were scanned. Includes new, updated, and unchanged files.

        Parameters:
        numberOfMetadataDocumentsScanned - The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfModifiedDocumentsIndexed

        IngestionJobStatistics.Builder numberOfModifiedDocumentsIndexed​(Long numberOfModifiedDocumentsIndexed)

        The number of modified source documents in the data source that were successfully indexed.

        Parameters:
        numberOfModifiedDocumentsIndexed - The number of modified source documents in the data source that were successfully indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberOfNewDocumentsIndexed

        IngestionJobStatistics.Builder numberOfNewDocumentsIndexed​(Long numberOfNewDocumentsIndexed)

        The number of new source documents in the data source that were successfully indexed.

        Parameters:
        numberOfNewDocumentsIndexed - The number of new source documents in the data source that were successfully indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.