I think that Solr "multi-core" (nothing to do with CPU cores, just what
it's called in Solr) is what you're looking for.
http://wiki.apache.org/solr/CoreAdmin
On 8/3/2011 2:25 PM, Mike Papper wrote:
Hi, we run several independent websites on the same machines. Each site uses
a similar codebase
Hi, we run several independent websites on the same machines. Each site uses
a similar codebase for search. Currently each site contacts its own solr
server on a slightly different port. This means of course that we are
running several solr servers (each on their own port) on the same machine. I
wo