Questions tagged [amazon-cloudsearch]

Amazon CloudSearch is a fully-managed search service in the cloud that allows customers to easily integrate fast and highly scalable search functionality into their applications. With a few clicks in the AWS Management Console, developers simply create a search domain, upload the data they want to make searchable to Amazon CloudSearch, and the service then automatically provisions the technology resources required and deploys a highly tuned search index.

Developer Doc:

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/SvcIntro.html

Search parameter:

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/Search.Requests.html

Faqs:

http://aws.amazon.com/cloudsearch/faqs/

343 questions
0
votes
1 answer

is it possible to use CloudSearch *only* for storage?

Reading the documentation, it's not really clear. What I want is to be able to store and retrieve simple json documents. With CloudSearch it seems possible to store documents in SDF format, and then search for them but it only returns the document…
Pablo Fernandez
  • 103,170
  • 56
  • 192
  • 232
0
votes
1 answer

Boto AWS CloudSearch return rank / score

I am using Boto's CloudSearch API to query a CloudSearch index. I cannot see a way to retrieve the rank / score of each search result. Is it possible?
waigani
  • 3,570
  • 5
  • 46
  • 71
0
votes
1 answer

Not adding documents to CloudSearch domain

I'm playing around with the imdb example of CloudSearch and so far I could search but not add. This returns success but once I want to query the data, there are no results: curl -H "Accept: application/json" -H "Content-type: application/json"…
Painy James
  • 805
  • 2
  • 13
  • 26
0
votes
2 answers

cloudsearch API java upload

'Hello ! I would like to upload datas on a already created cloudsearch domain. I already process the datas by using a mapreduce job with hadoop to create a string in the JSON format. I can't find how to upload a String directly to Amazon Cloud…
0
votes
3 answers

DynamoDb + S3 + CloudSearch + Redis

I'm currently creating a scheme for my application and I'm wondering if my thinking is right Example : Ecommerce site In DynamoDb, I would put products ( product_id, meta-data link to S3) S3, i would use it for storing Search Data Format…
Goranek
  • 826
  • 1
  • 10
  • 23
0
votes
1 answer

Does reddit use Amazon Cloud Search?

I read in reddit wiki that reddit moved to indextrunk but when I reviewed run.py file I found that there is keys like Cloud_Search_Api_key ... So I guessed it is using Amazon cloud search . If this true what are the values that should be changed in…
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
0
votes
1 answer

SDF (SearchDataFormat) Requires Atypical JSON

Using Jackson to interface to Amazon CloudSearch, which ingests data in the format SDF. Here is an example: [ { "type" : "add", "id" : "images_to_search_csv_1", "version" : 1336526759, "lang" : "en", "fields" : { "content" :…
Rob
  • 11,446
  • 7
  • 39
  • 57
-1
votes
1 answer

Integrating AWS CloudSearch with .NET Core and AWS RDS

I am searching for the integration of AWS CloudSearch with .NET Core and AWS RDS but I couldn't find much help online. I have two challenges: Is it possible to integrate AWS RDS with AWS CloudSearch? Any guides for integrating AWS CloudSearch with…
-1
votes
1 answer

XML Format issue for AWS Command cs-configure-from-batches

I'm using the AWS CLI, in particular the cs-configure-from-batches command but I'm getting an invalid format error as per below. C:\>cs-configure-from-batches -d mysearchdomain --source C:\CloudSearch\AWSCloudSearchImplementation\XmlMiniBatch.xml…
Andrew Duffy
  • 795
  • 2
  • 17
  • 37
-1
votes
1 answer

NOT EQUAL in aws cloud search

Is there a way to do search like NOT EQUAL in aws cloud search. I have an attribute language. Basically I want to add filter like result not equal to "en". How can I do so in aws cloud search. I want to avoid adding additional attribute in database.…
-1
votes
1 answer

Get more relevant Search based on title

I am using Amazon Cloud Search, Using IMDB (DEMO) data. I am searching keywords "Crime" Its showing 85 result which have "Crime" Keywords anywhere in document. But I want get first those result which contains "Crime" in title and then others…
virender
  • 4,539
  • 5
  • 27
  • 31
-1
votes
1 answer

Cloudsearch Request Exceed 10,000 Limit

When I search a query that has more than 10,000 matches I get the following error: {u'message': u'Request depth (10100) exceeded, limit=10000', u'__type': u'#SearchException', u'error': {u'rid': u'zpXDxukp4bEFCiGqeQ==', u'message': u'[*Deprecated*:…
Marcus Lind
  • 10,374
  • 7
  • 58
  • 112
-3
votes
1 answer

How can I start learning cloud for sales profile

I have recently joined a new sales team. This profile is about selling AWS and GCP services. I want to know how should I start learning cloud technology over internet?
1 2 3
22
23