IndexStatistics¶
Structure Class¶
IndexStatistics
dataclass
¶
Provides information about the number of documents in an index.
Attributes¶
text_document_statistics
class-attribute
instance-attribute
¶
text_document_statistics: TextDocumentStatistics | None = None
The number of documents indexed.