AWS Announces CloudSearch
Written by Kay Ewbank   
Thursday, 12 April 2012

Amazon is making a fully-managed search service available that you can include in your applications to give your users a scaleable search mechanism without you having to manage the search engine.

Amazon CloudSearch lets you offer free text search, faceted search, customizable relevance ranking, and configurable search fields.

Faceted searches let you categorise the results of one search into sub-groups, which can be used as the basis for another search. CloudSearch also provides text processing options, and is designed to give near real-time indexing.

The technology is the same that powers searches on Amazon, and the costs work out at $100 a month.

There’s also a video showing how to get started:

    

 

and a demo on building a search application:

 

 

In order to use the new service you need to create and configure a Search Domain, (a data container and a related set of services). You then upload the documents you want your users to be able to search, in either JSON or XML formats that conform to Amazon’s Search Document Format (SDF).

Data can be sent over a secure HTTPS connection to protect it while it is transit. Documents that are added become searchable more or less immediately, and the search index is stored in RAM to ensure document updates are indexed at once.

aws

You can include CloudSearch in your apps via a set of Amazon CloudSearch APIs (see this documentation) and There’s also a helpful blog post about the search by Jeff Barr.

More Information

Amazon CloudSearch (beta)

Amazon Web Services blog

Related Articles

AWS Adds Features, Cuts Prices

Free Amazon AWS

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

 

Banner


Swift 6.2 Adds WebAssembly Support
17/06/2025

Swift 6.2 has been released with features to enhance performance, concurrency, and interoperability with other languages like C++, Java, and JavaScript. It also adds support for WebAssembly.



The AI Scam
11/06/2025

AI is not a scam, but the doubters are going to doubt. The latest attack is based on the idea that if you understand how it all works then it should be clear to you that it is a scam. What are they mi [ ... ]


More News

Last Updated ( Thursday, 12 April 2012 )