shreyas
shreyas

Reputation: 1420

Uploading documents on amazon cloud search?

can we upload files(text, pdf etc.) on AWS Cloud Search using API? I read its documentation but I didn't get any reference on

http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/SvcIntro.html?r=130.

Or do I have to create SDF which contains extracted text from documents.

Upvotes: 6

Views: 6198

Answers (2)

heretolearn
heretolearn

Reputation: 6555

We cannot directly upload files on aws cloud search using api. You just need to upload the data t your domain from the domain dashboard and it will be automatically converted to SDF format during upload process by the amazon cloudsearch conolse.

Upvotes: 0

Wasif
Wasif

Reputation: 522

It is not possible to send files directly via API. It is only AWS Management Console which converts files (.txt, .pdf, .csv etc) to SDF (Search Data Format) during upload. Here is the official reference http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/senddata.html

But you can covert your files to SDF using command line tool and then submit for indexing.

Upvotes: 2

Related Questions