Values.IndexStatisticsSourceProvides information about the number of documents and the number of questions and answers in an index.
type nonrec t = {faqStatistics : FaqStatistics.t option;The number of question and answer topics in the index.
*)textDocumentStatistics : TextDocumentStatistics.t option;The number of text documents indexed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of IndexedQuestionAnswersCount.t
| `Long of IndexedTextBytes.t ])
list ])
list ]