Hi, I'm working with Solr 1.4. My schema has about 50 fields.I'm using full text search in short strings (~ 30-100 terms) and facetted search.
My index will have 100 000 documents.
The number of requests per second will be low. Let's say between 0 and 1000 because of auto-complete.
Is a standard server (3ghz proc, 4gb ram) with the client application (apache + php5 + ZF + apc) and Tomcat + Solr enough ???
Do I need more hardware ? Thanks in advance, Xavier S.