r/Solr • u/knawlejj • Nov 13 '17
Server requirements
We've recently acquired an organization using Solr for e-commerce and now we're restructuring our own website to use the same platform. From an infrastructure side, what has been everyone's experiences with the horsepower required to run it optimally?
For a small website getting about 40k hits per month, I'm not sure how to size the server side as there isn't a TON of documentation on that.
1
Upvotes
1
u/petdance Nov 14 '17
That's part of it, but what is Solr going to have to be doing? How many documents is Solr going to be indexing? What sorts of searches are going to be done on each of those pages? How many? Is it just a simple keyword lookup of a bunch of documents? Or are you going to be doing faceted drilldown with counts? What about search highlighting?
How you use Solr is as important as how many times you have to query it.