Yes, we have several indexes in Solr e.g.

majors
papers

The only problem is, our second instance needs to use the same collection
names which means we can't just point the second instance to the same place.

On Tue, Apr 5, 2011 at 9:42 AM, Mark Mandel <[email protected]> wrote:

> I had a look the other day, and it looks like cf's solr configuration is
> multi core, so you can set up more than one index on there. You don't need a
> whole other solr instance running.
>
> I'm doing a lot of solr work at the moment, and found it much easier to
> simply setup an instance of the latest solr on jetty, and talk to it via
> solrj loaded in JavaLoader, than screw around with cf's version.
>
> Mark
>
> Sent from my mobile device.
> On 05/04/2011 7:25 AM, "BarryC" <[email protected]> wrote:
> > Hi,
> >
> > Has anyone used, or does anyone know how to get Solr going properly in
> > a multi instance configuration?
> >
> > We have two instances on a single server installed;
> > cfusion
> > uat
> >
> > the solr directory sits buried inside the cfusion instance directory,
> > but the uat instance does not have a solr directory. It seems by
> > default that the idea is to have the new instance point at the solr
> > server running out of the original instance 'cfusion'
> > We want the uat instance to have seperate solr search collections but
> > using the same collection names as the ones in cfusion, which means we
> > need to have a seperate solr store somehow.
> >
> > I've had a look at running 'multiple solr webapps' from a single solr
> > server, but the documentation on this is very poor and I have not been
> > able to successfully get this working.
> >
> > Do we need to duplicate the solr directory into the new instance, and
> > run a seperate solr server start script with solr running on a
> > different port or something?
> >
> > Thanks
> > Barry
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> [email protected].
> > For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to