Earlier quoted context omitted.
And if you want an actually good search product there is always SphinxSearch.
Last I checked, Sphinx had a huge design flaw in that it indexed directly from an SQL database. In other words, your Sphinx configuration not only needs to have read access to the database, it needs to contain the required SQL queries. This tightly couples Sphinx to your application and your schema, and creates serious issues for your ops team since every app change potentially needs to modify the Sphinx config. It g…
Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
51–60 of 91 posts
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#52looks 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.
I can see a lot of small businesses with S3 tools on the desktop getting excited about the ability to search their office document store, then discovering there's a whole lot of programming to do first.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#53Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#54Earlier quoted context omitted.
And if you want a hassle free scalable search service with automatic sharding/scaling, a lucene underpinning and a nice REST API: Elasticsearch
And if you want an actually good search product there is always SphinxSearch.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#55Earlier quoted context omitted.
And if you want an actually good search product there is always SphinxSearch.
Last I checked, Sphinx had a huge design flaw in that it indexed directly from an SQL database. In other words, your Sphinx configuration not only needs to have read access to the database, it needs to contain the required SQL queries. This tightly couples Sphinx to your application and your schema, and creates serious issues for your ops team since every app change potentially needs to modify the Sphinx config. It g…
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#56Earlier quoted context omitted.
And if you want an actually good search product there is always SphinxSearch.
Last I checked, Sphinx had a huge design flaw in that it indexed directly from an SQL database. In other words, your Sphinx configuration not only needs to have read access to the database, it needs to contain the required SQL queries. This tightly couples Sphinx to your application and your schema, and creates serious issues for your ops team since every app change potentially needs to modify the Sphinx config. It g…
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#57Earlier quoted context omitted.
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.
> run on Amazon’s proven computing environment
Yes, Amazon never explicitly stated, "We run our site on a fleet of EC2 instances, and you should too," but they certainly weaseled a connection with their main site that didn't exist.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#58The answer is in two parts: 1) "fixed" cost to upload the data (say in one shot) and 2) the hourly/daily/monthly) cost to make these search instances running.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#59interesting, 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
#60anyone know what it is underneath the covers? elasticsearch?
It says it is based on the same search that powers Amazon.com, so presumably it is A9: http://a9.com/