Re: How to insert documents into differenet indexes

2012-11-11 Thread Gora Mohanty
On 11 November 2012 15:06, tomw wrote: [...] > Thanks, that seems to work. Life can be so simple. Unfortunately this > case isn't mentioned in any of the sections covering updates in the > wiki. While this could be made clearer, it should not be very difficult to guess at the update URL for a spe

Re: How to insert documents into differenet indexes

2012-11-11 Thread tomw
> Just use the update handler that is specific to a given core. For > example if you have two cores named core1 and core2, you should use > the following addresses (if you didn't change the default > configuration): > > /solr/core1/update/ > > and > > /solr/core2/update/ > Thanks, that seems t

Re: How to insert documents into differenet indexes

2012-11-11 Thread Rafał Kuć
Hello! Just use the update handler that is specific to a given core. For example if you have two cores named core1 and core2, you should use the following addresses (if you didn't change the default configuration): /solr/core1/update/ and /solr/core2/update/ -- Regards, Rafał Kuć Sematext :

How to insert documents into differenet indexes

2012-11-11 Thread tomw
Hi, I 've set up a Solr instance with multiple cores to be able to use different indexes for different applications. The point I'm struggling with is how do I insert documents into the index running on a specific core? Any clue appreciated. best -- tomw