Command option Sample:aws cloudsearch index-documents

Search command sample in the internet.It is the result.

Tells the search domain to start indexing its documents using thelatest indexing options.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudsearch/index-documents.html

aws cloudsearch index-documents --domain-name movies
    Uploading Data to an Amazon CloudSearch Domain - Amazon CloudSearch : http://docs.aws.amazon.com/cloudsearch/latest/developerguide/indexing.html
aws cloudsearch index-documents --domain-name dev-purchxapp-com as described in docs.aws.amazon.com/cloudsearch/latest/developerguide/
    ruby on rails - AWS Cloudsearch Uploading Documents - Stack Overflow : http://stackoverflow.com/questions/32080992/aws-cloudsearch-uploading-documents
aws cloudsearch index-documents --domain-name foo

Restore after data loading:

aws cloudsearch update-scaling-parameters --domain-name foo --scaling-parameters DesiredInstanceType=search.m1.small

aws cloudsearch index-documents --domain-name foo

    Analytics | Amazon CloudSearch Flashcards by Parri Pandian | Brainscape : http://www.brainscape.com/flashcards/analytics-amazon-cloudsearch-6689256/packs/10629625

aws のオプション一覧