Live data from Hacker News

Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

aws.typepad.com

21–30 of 91 posts

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#21
post #19
post #10

Earlier quoted context omitted.

It says it is based on the same search that powers Amazon.com, so presumably it is A9: http://a9.com/

Just like they said AWS is the infrastructure that powers Amazon when AWS started out. I'd read this with a pinch of salt.

This is false. Amazon only recently started using+moving some of its services/fleets to AWS. To this day, a vast majority run on dedicated fleets.

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#22
post #19
post #10

Earlier quoted context omitted.

It says it is based on the same search that powers Amazon.com, so presumably it is A9: http://a9.com/

Just like they said AWS is the infrastructure that powers Amazon when AWS started out. I'd read this with a pinch of salt.

[deleted]

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#23
post #19
post #10

Earlier quoted context omitted.

It says it is based on the same search that powers Amazon.com, so presumably it is A9: http://a9.com/

Just like they said AWS is the infrastructure that powers Amazon when AWS started out. I'd read this with a pinch of salt.

Amazon never claimed this.

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#25
post #3

looks like some people would want help in converting document X into a - "JSON or XML that conforms to our Search Document Format (SDF)" This is still going to be a painfull task for legacy data - it has to be massaged into shape. Should be interesting to see how this gets applied though.

http://tika.apache.org/ "detects and extracts metadata and structured text content from various documents using existing parser libraries". I use it all the time for input to solr.

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#26
post #18
post #13

Earlier quoted context omitted.

CloudSearch is just not economically feasible for a SaaS / free multiuser offering Are you saying it is too much? WebSolr etc have options that are cheaper.

Looking for hosted Solr solutions I found also: http://www.opensolr.com/ http://www.solrhq.com/ http://www.midwesternmac.com/services/hosted-solr-search http://www.netaphorsearch.com/products/solr-hosting http://www.acquia.com/products-services/acquia-network/cloud... (they're mainly targeted to drupal) anything else?

http://websolr.com/plans

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#27
post #6

It would be interesting to see how this performs, compared to running Lucene, Solr, Sphinx, or what-have-you on an EC2 instance with equal resources.

Lucene and Solr eat too many memory, they are not fit to vps users. Cloudsearch is more cheaper than setup a delicate server for search.

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#28
post #17

interesting, I will check out for sure. Any plans for EU release? I am very interested in the facet-search functionality, anybody know if there is sort options on the returned facet's ? Most search engines just sort facets by number of hits.

You can sort facets in your application, not sure why you'd want the search engine to sort them, doesn't seem like a feature that belongs to the "back-end" search engine.

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#29
post #27
post #6

It would be interesting to see how this performs, compared to running Lucene, Solr, Sphinx, or what-have-you on an EC2 instance with equal resources.

Lucene and Solr eat too many memory, they are not fit to vps users. Cloudsearch is more cheaper than setup a delicate server for search.

it seems that the latest Solr 3.5.0. release use less memory: Bug fixes and improvements from Apache Lucene 3.5.0, including a very substantial (3-5X) RAM reduction required to hold the terms index on opening an IndexReader http://lucene.apache.org/solr/solrnews.html

Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month

#30
post #24
post #5

anyone know what it is underneath the covers? elasticsearch?

From the article: Amazon CloudSearch has a number of advanced search capabilities including faceting and fielded search

This has actually went into a wrong place; should be an answer to the question about facets.
Post reply on HN