I can only speak about Solr since that is what we are using.
I deployed a Solr stack on EC2 and we are handling several million records on each database. I currently have a master/slave setup and a very nice schema defined.
Besides the obvious performance benefits of Solr and the amazing queries you can perform, one thing that's often overlooked is just how easy it is to setup and learn! It took me a day to read Solr 1.4 Enterprise Search Server, and within a week I had built pretty solid Master & Slave AMI's on Amazon EC2, performed load testing, and configured my Map Reduce jobs to continuously pump data into the Solr Master.
My two cents.