Values.IndexStatisticsSourceProvides information about the number of documents in an index.
type nonrec t = {textDocumentStatistics : TextDocumentStatistics.t option;The number of documents indexed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of IndexedTextDocument.t
| `Long of IndexedTextBytes.t ])
list ])
list ]