| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.IndexStatistics
Description
Documentation
data IndexStatistics Source #
Provides information about the number of documents and the number of questions and answers in an index.
See: newIndexStatistics smart constructor.
Constructors
| IndexStatistics' | |
Fields
| |
Instances
Arguments
| :: FaqStatistics | |
| -> TextDocumentStatistics | |
| -> IndexStatistics |
Create a value of IndexStatistics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:faqStatistics:IndexStatistics', indexStatistics_faqStatistics - The number of question and answer topics in the index.
$sel:textDocumentStatistics:IndexStatistics', indexStatistics_textDocumentStatistics - The number of text documents indexed.
indexStatistics_faqStatistics :: Lens' IndexStatistics FaqStatistics Source #
The number of question and answer topics in the index.
indexStatistics_textDocumentStatistics :: Lens' IndexStatistics TextDocumentStatistics Source #
The number of text documents indexed.