Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
61–70 of 91 posts
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#62You know this doesn't seem like a bad deal though $100/mo might be high for someone just starting out. Right now my options for search are: Full text SQL search Apache Solr or something similar Google Search Appliance Custom search Google free search on your site Yay for search as a service.
Yeah, there's a side project I've been wanting to build for a long time, and it needs search. But the way these prices have been presented, it seems that CloudSearch is just not economically feasible for a SaaS / free multiuser offering.
When I looked at WebSolr, the cost exceeded my entire VPS structure, even for their cheapest plans.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#63Earlier quoted context omitted.
And if you want an actually good search product there is always SphinxSearch.
Why the bashing on Elasticsearch? We are using it to index log files; we have over 275 million documents in our index and performance has been pretty impressive.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#64Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#65Feeling for the guys who started IndexTank replacements and other Search-aaS companies. Infrastructure is a poor place to be with AWS around. Just a matter of time until they offer every low level service.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#66Earlier 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.
Also, I can't programmatically get a list of all "words" in the index with their frequency and the inverse dod freq, etc. With anything lucene based this kind of thing is really easy.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#67looks 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.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#68Earlier quoted context omitted.
And if you want an actually good search product there is always SphinxSearch.
I always find sphinx limiting. For example, I can add a single doc to the index, I have to run a full re-index. Also, I can't programmatically get a list of all "words" in the index with their frequency and the inverse dod freq, etc. With anything lucene based this kind of thing is really easy.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#69You know this doesn't seem like a bad deal though $100/mo might be high for someone just starting out. Right now my options for search are: Full text SQL search Apache Solr or something similar Google Search Appliance Custom search Google free search on your site Yay for search as a service.
There's also: Searchify, Running the full open sourced IndexTank Search as a Service API HoundSleuth, IndexTank Compatible API IndexTanktoGO, IndexTank Compatible API Bimaple, IndexTank Compatible API IndexDen, IndexTank Compatible API
There's also my own http://websolr.com/ running Apache Solr. Some other Solr services are mentioned elsewhere on the page.
I've also recently launched http://bonsai.io/ for a hosted ElasticSearch service. Because ElasticSearch is actually quite awesome (and I'm happy to answer questions about why).
For Sphinx, there's Flying Sphinx (by Pat Allen of Thinking Sphinx Ruby client fame, great guy), and IndexDen (which is Sphinx, not IndexTank).
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#70Earlier quoted context omitted.
Yeah, there's a side project I've been wanting to build for a long time, and it needs search. But the way these prices have been presented, it seems that CloudSearch is just not economically feasible for a SaaS / free multiuser offering.
Solr or Sphinx based searching is what pushed me out of most of the PaaS offerings and into my own VPS. It's unfortunate that most of the hosted services out there are too expensive for side projects. When I looked at WebSolr, the cost exceeded my entire VPS structure, even for their cheapest plans.
Not to mention, we've got transparent replicated redundancy on all our indexes—one of our better-kept secrets, I really need to update our marketing materials—so double your VPSs there.