I have one django site that is currently up and running with solr/jetty, hosted on webfaction.
Now I have a second site that I also use solr/jetty with, and I want to make sure I don't screw this up when I set it up on webfaction. I'm confused when I read the Solr docs - whether my setup would be a single instance with multicore, or if I need multiple instances?
I've read things about how if it is not set up correctly, that data from both sites will end up in the same index. They're completely separate sites in this case, so I don't want them to get mixed up.
When I set up the first site, I installed Solr/jetty under a custom app and have the django settings pointed to the port WF gave me. Could I just setup another custom app, install Solr/Jetty in it and point my second Django site to the new port?