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