Apache Solr its a very reliable search engine
Use Cases and Deployment Scope
We use Apache Solr in different cases. The most usual is for index and searching, and it do it great! The accuracy is impressive. The other case is for caching some information and keep it worm. This case is very helpfull when some information do not need constant update and can be retrived from get requests.
Pros
- Search indexes
- Information caching
- Databse rebuild
Cons
- Memory consumption
- Read and write operations
- Load balancing for multiples sources
Likelihood to Recommend
For index search itens in a database, it is the best! The accuracy is fantastic. For caching information, it is good as well, but there are better and most appropriated softwares to do that.
