Apache Solr vs. Azure AI Search

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Solr
Score 8.9 out of 10
N/A
Apache Solr is an open-source enterprise search server.N/A
Azure AI Search
Score 7.9 out of 10
N/A
Azure AI Search (formerly Azure Cognitive Search) is enterprise search as a service, from Microsoft.
$0.10
Per Hour
Pricing
Apache SolrAzure AI Search
Editions & Modules
No answers on this topic
Basic
$0.101
Per Hour
Standard S1
$0.336
Per Hour
Standard S2
$1.344
Per Hour
Standard S3
$2.688
Per Hour
Offerings
Pricing Offerings
Apache SolrAzure AI Search
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache SolrAzure AI Search
Considered Both Products
Apache Solr
Chose Apache Solr
Apache Solr is a ready-to-use product addressing specific use cases such as keyword searches from a huge set of data documents.
Chose Apache Solr
We have considering AWS search and Elastic search but decide to go with Solr as we need high speed and flexible query, and so far it meets all our requirement so we still continue with Solr.
Chose Apache Solr
We tried to use both Elasticsearch and Swiftype with Drupal 8 but there are currently no good modules that integrate Drupal with those solutions. So Solr was really the only option for a Drupal 8 web site. It's not as easy to learn or use as Swiftype, but in the end I think it …
Chose Apache Solr
Before using Solr, we used a self-made search engine. Solr has helped us increase our capacity to serve our customers the results they are looking for easily without breaking down. Our previous platform was not dynamic enough to accommodate our growing traffic or smart enough …
Chose Apache Solr
Azure Search is not as mature as Apache Solr at this point. So the range of query flexibility is less than Solr. Also, when indexing content goes beyond 1 TB, it might become costly for Azure Search.
Chose Apache Solr
Between Solr and ElasticSearch, there is a constant struggle to pick the best one. ElasticSearch is part of ELK and ties in well with LogStash and Kibana which makes it great for logs and big data stuff. Add some logs and see which works best for your particular access methods …
Chose Apache Solr
We switched from search indexes stored in mysql to soar and it's made a world of difference for our growing businesses. The relational databases are very poor for handling the complex data searches require and Solr delivered all the tools we need to get the performance our end …
Chose Apache Solr
Apache Solr in general stacks up very well to its competitors, it provides much of the same features and performance and has the benefits of being an open-source project with an active contributor base that works consistently and improves the platform. Depending on your setup …
Chose Apache Solr
Some people on my team tried MondoDB and had several problems (don't remember which ones).

Elasticsearch would be a good choice but we didn't have it in our minds when we made the choice.
Chose Apache Solr
We tryed to promote Redis as cache solution for application, in order to replace Apache Solr, but it won't go well. Redis best pratices requires some more computer resources. With Elastic Search, the use case was another, and don't compete with Apache Solr.
Azure AI Search
Chose Azure AI Search
Product enhancement and recent updates, Azure AI Search has become more cost-effective, especially for large-scale generative AI applications2.
Chose Azure AI Search
Azure Search is a competitor against Google's own AI autosuggest a feature. We went with Azure because our network security folks found it to be more robust from a security standpoint, which is incredibly important when you have proprietary manufacturing information. …
Chose Azure AI Search
As I've mentioned, the biggest competitor to Azure Search is actually Azure SQL Database. It doesn't have as many features, but it's more economical and most .Net applications will have one already. As long as you can arrive at a schema and ranking strategy, it's a "good …
Best Alternatives
Apache SolrAzure AI Search
Small Businesses
Yext
Yext
Score 8.9 out of 10
Yext
Yext
Score 8.9 out of 10
Medium-sized Companies
Guru
Guru
Score 9.5 out of 10
Guru
Guru
Score 9.5 out of 10
Enterprises
Guru
Guru
Score 9.5 out of 10
Guru
Guru
Score 9.5 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache SolrAzure AI Search
Likelihood to Recommend
9.0
(0 ratings)
7.0
(0 ratings)
User Testimonials
Apache SolrAzure AI Search
Likelihood to Recommend
Very effective for end-user searching applications and for generating search results. Also very well suited to those looking for high reliability and performance. If [you're doing] fuzzy searching or if you are working on a smaller end-user application or an internal application that does not require high performance and flexible/adapting searching then it may not be necessary to use Solr.
Read full review
If you have a medium amount of data (2GB - 2.4TB), high-security concerns, and search is a key requirement in your single-tenant application then Azure Search likely has you covered. If you have a small amount of data per tenant (EG, about 2GB), have low-security concerns, and a multi-tenant application where search is a key requirement, then Azure Search would likely be a good choice - though you would need to implement your own concept of sharding and managing across potentially multiple Azure Search instances. If you can reflect your would-be indexes in Azure Search by depositing the data in columns in a SQL table and just index it for full-text search - and that still fits your requirements - it's probably better to start with SQL Database then scale up to Azure Search when you need the advanced features like ranking or cognitive abilities.
Read full review
Pros
  • Faceted navigation and field collapsing/grouping : filtering and quick results were what we needed for our websites. Our customers needed to have this functionalities for good and efficient results.
  • We tested them with our customers' registered searches (they received all new goods matching with their registered searches by emails and/or mobile push). Results were incredible by comparison with our old system (old MySQL requests).
  • Note : we didn't put all our data in Solr. Just what we need for searching uses. Other data stayed in our MySQL database.
  • Auto-suggest : our old auto-suggest wasn't performing well. With Apache Solr, our new one was worked really well ! The suggestions came quickly and suggestions were good.
  • We also extended auto-suggestion with geo-spatial data and it worked well.
  • Hit highlighting : we used this functionality and we didn't have problem and nasty surprise.
  • Keep all data status during data upgrading (see next details for improvements)
Read full review
  • Incredibly robust back-end infrastructure.
  • Streamlined integration into Microsoft's Azure Cloud.
  • From a user standpoint, it lets the customer easily access their data and provide useful search tips.
Read full review
Cons
  • Ease of use -- this is not always the easier platform to configure.
  • Developer Community -- There are not a whole lot of folks out there that understand this stuff so finding talent is difficult.
  • Drupal 8 -- We've been frustrated with slow development on APIs for Drupal 8 integration.
Read full review
  • Like virtually all Azure services, it has first-class treatment for .Net as the developer platform of choice, but largely ignores other options. While there is a first-party Python SDK, there are only community packages for other languages like Ruby and Node. Might be a game of roulette for those to be kept up-to-date. This might make it a non-starter for some teams that don't want to do the work to integrate with the REST API directly.
  • In my opinion, partitions inside of Azure Search don't count as data segregation for customers in a multi-tenant app, so any application where you have many customers with high-security concerns, Azure Search is probably a non-starter.
  • To elaborate on the multi-tenant issue: Azure Search's approach to pricing is pretty steep. While there is a free tier for small applications (50MB of content or less) the first paid tier is about 14x more expensive than the first SQL Database tier that supports full-text search. For many applications, it makes a lot more economic sense to just run some LIKE or CONTAINS queries on columns in a table rather than going with Azure Search.
Read full review
Usability
It takes some time to deploy and currectly maintein it. And also, to learn how to use and integrate in the enviroment as well. Once you get theses steps done, it usability is very simple, and almost of the time it don't require no further attention on it. Even for maintence, if you deploy it on a cluster mode, it is very reliable and easy to take one host down.
Read full review
No answers on this topic
Alternatives Considered
We switched from search indexes stored in MySQL to soar and it's made a world of difference for our growing businesses. The relational databases are very poor for handling the complex data searches require and Solr delivered all the tools we need to get the performance our end users are demanding.
Read full review
Azure Search is a competitor against Google's own AI autosuggest a feature. We went with Azure because our network security folks found it to be more robust from a security standpoint, which is incredibly important when you have proprietary manufacturing information. Additionally, we're a Microsoft shop so it plugged into our cloud hosting package and client facing OS.
Read full review
Return on Investment
  • It's enabled us to deliver fast, relevant search results on our new website. The site is still in beta and being actively developed so our complete ROI is still unknown.
  • It integrates very well with Drupal so it has saved us from having to develop a custom solution.
Read full review
  • Service cannot be downgrade or upgrade after creation
  • Good tool provide maximum ROI
Read full review
ScreenShots