Uploading documents on amazon cloud search?
Asked Answered
C

2

6

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.

Cholesterol answered 22/6, 2012 at 15:13 Comment(1)
This question seems to be answered.Falmouth
B
2

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.

Blayze answered 27/6, 2012 at 7:23 Comment(3)
I found this a bit confusing. You can upload SDF formatted data to cloud search using the API (Very bottom here: docs.aws.amazon.com/cloudsearch/latest/developerguide/…)Foxhole
Yes, you can upload SDF documents to cloud search but not the raw .txt, .pdf etc files.Blayze
What is the command to convert csv to json? Dead link btwIngenuity
W
0

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.

Whitechapel answered 27/6, 2012 at 13:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.