Interface TextDocumentStatistics.Builder

    • Method Detail

      • indexedTextDocumentsCount

        TextDocumentStatistics.Builder indexedTextDocumentsCount​(Integer indexedTextDocumentsCount)

        The number of text documents indexed.

        Parameters:
        indexedTextDocumentsCount - The number of text documents indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexedTextBytes

        TextDocumentStatistics.Builder indexedTextBytes​(Long indexedTextBytes)

        The total size, in bytes, of the indexed documents.

        Parameters:
        indexedTextBytes - The total size, in bytes, of the indexed documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.