Values.TextDocumentStatisticsSourceProvides information about text documents in an index.
type nonrec t = {indexedTextBytes : IndexedTextBytes.t option;The total size, in bytes, of the indexed documents.
*)indexedTextDocumentCount : IndexedTextDocument.t option;The number of text documents indexed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IndexedTextDocument.t | `Long of IndexedTextBytes.t ])
list ]