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

 

pico book

 

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


Wing Python Improves Code Analysis
10/09/2025

Wing Python IDE version 11.0.4 has been released. It adds debugger and code analysis support for Python 3.14, improves Python code analysis and code warnings, and makes a number of other minor improve [ ... ]



Neo4j Launches Infinigraph
09/09/2025

Neo4j has launched Infinigraph, a new distributed graph architecture that means Neo4j's graph database can run both operational and analytical graph workloads in a single system.  


More News

Last Updated ( Thursday, 12 April 2012 )