Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
41–50 of 91 posts
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#42You 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.
And if you want a hassle free scalable search service with automatic sharding/scaling, a lucene underpinning and a nice REST API: Elasticsearch
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#43interesting, 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
#44Does this literally kill the Search as service provides like IndexTank, Unbxd etc.? It becomes a really tough market with AWS doing the same (~very similar) service.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#45Does this literally kill the Search as service provides like IndexTank, Unbxd etc.? It becomes a really tough market with AWS doing the same (~very similar) service.
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#46Earlier 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
#47Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#48Earlier 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
#49They claim to support realtime indexing. I wonder what they really mean by that and how it impacts performance. SOLR is a great piece of software, I start using it 5 years ago and more recently implemented a near realtime indexing(publishing) integration but I always had to make some kind trade off between high performance and near "realtime indexing"
Re: Amazon CloudSearch - Start Searching in One Hour for Less Than $100 / Month
#50Earlier 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.
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 gets particularly hairy when you want to host multiple applications using a single Sphinx daemon.
We started out with Sphinx for our apps but quickly discarded it in favour of ElasticSearch, a much more elegant and orthogonal piece of software.