| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudSearch.IndexDocuments
Description
Tells the search domain to start indexing its documents using the latest
indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.
http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_IndexDocuments.html
Request
data IndexDocuments Source
Instances
Request constructor
Arguments
| :: Text | |
| -> IndexDocuments |
IndexDocuments constructor.
The fields accessible through corresponding lenses are:
idDomainName::Text
Request lenses
Response
Response constructor
indexDocumentsResponse :: IndexDocumentsResponse Source
IndexDocumentsResponse constructor.
The fields accessible through corresponding lenses are:
idrFieldNames::[Text]
Response lenses
idrFieldNames :: Lens' IndexDocumentsResponse [Text] Source
The names of the fields that are currently being indexed.