Interface TextDocumentStatistics.Builder

    • Method Detail

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

        TextDocumentStatistics.Builder indexedTextDocumentCount​(Integer indexedTextDocumentCount)

        The number of text documents indexed.

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