When comparing Searchify (Hosted IndexTank) vs Amazon CloudSearch, the Slant community recommends Searchify (Hosted IndexTank) for most people. In the question“What are the best search engines for web applications?” Searchify (Hosted IndexTank) is ranked 3rd while Amazon CloudSearch is ranked 8th. The most important reason people chose Searchify (Hosted IndexTank) is:
Ranked in these QuestionsQuestion Ranking
Pros
Pro "Did you mean?" suggestions
Pro Field weights
Option to give one field, such as "title", a higher weight than another field for relevance ranking.
Pro True real-time updates
Pro Autocomplete / suggest
Pro Geolocation search
Sorting and filtering by distance
Pro Works without provided libraries
The API consists of REST calls that can be made through HTTP which enables Searchify to be used even without one of the provided libraries.
Pro Multiple libraries
Searchify has libraries in Python, Ruby, Java, PHP, Node.js and more.
Pro Easy to Integrate and Manage
The primary differentiator of CloudSearch is how simple it makes the lives of the developers using it. Not only does it automatically scale, developers can change search parameters, fine tune search relevance, and apply new settings at any time without having to upload the data again and can do so from a simple dashboard.
CloudSearch also automatically takes care of:
- Hardware provisioning
- Data partitioning,
- Software patches.
Pro Scalability
CloudSearch dynamically scales as the amount of searchable data increases or as the query rate changes. The search system utilizes well-understood and automated sharding and replication to scale.
CloudSearch will automatically add search instances and index partitions as required as well as add and remove replicas to respond to changes in search request traffic.
Pro Search features
CloudSearch lets you add the the following features:
- Faceted search
- Free text search
- Boolean search expressions
- Customized relevance ranking
- Field-based sorting and searching
- Text processing options such as stopwords, synonyms, and stemming.
Pro Results Ranking
CloudSearch does out-of-the-box ranking of search results with simple controls to let developers tweak the ranking. You can add stopwords, perform stemming, and add synonyms.
Cons
Con No free tier
Searchify has no free tier. It starts at $59/month for 50000 documents or $25/month if using the Heroku addon.
Con No AutoComplete/Suggest
Does not have the functionality to either autocomplete the users search query or suggest an alternative query ("Did you mean?").
Con No 'More like this'
CloudSearch doesn't support the 'More like this' or 'Find similar' features.
Con Propriety Tech
While ElasticSearch and Solr both have active open-source communities propelling the technology forward, CloudSearch is closed. This has multiple disadvantages such as:
- Constrained by what Amazon allows you to modify/customize.
- No transparency behind new feature development.
- Potentially slower development of new features.
- No way to modify/extend the search algorithms.
- No existing language specific API to call the Cloudsearch and process the response into objects.
Con No Geolocation search
No way to sort and filter by distance.