Class IngestionJobStatistics

    • Method Detail

      • numberOfDocumentsScanned

        public final Long numberOfDocumentsScanned()

        Number of scanned documents

        Returns:
        Number of scanned documents
      • numberOfNewDocumentsIndexed

        public final Long numberOfNewDocumentsIndexed()

        Number of indexed documents

        Returns:
        Number of indexed documents
      • numberOfModifiedDocumentsIndexed

        public final Long numberOfModifiedDocumentsIndexed()

        Number of modified documents indexed

        Returns:
        Number of modified documents indexed
      • numberOfDocumentsDeleted

        public final Long numberOfDocumentsDeleted()

        Number of deleted documents

        Returns:
        Number of deleted documents
      • numberOfDocumentsFailed

        public final Long numberOfDocumentsFailed()

        Number of failed documents

        Returns:
        Number of failed documents
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)