Nope. But you can move your existing index into a core in a multi-core
setup. But a multi-core setup is a multi-core setup, there's no way to
have an index accessible at a non-core URL in a multi-core setup.
On 6/28/2011 2:53 PM, lee carroll wrote:
hi
I'm looking at setting up multi core indices but also have an exiting
index. Can I run
this index along side new index set up as cores. On a dev machine
I've experimented with
simply adding solr.xml in slor home and listing the new cores in the
cores element but this breaks the existing
index.
container is tomcat and attempted set up was:
solrHome
---- conf (existing running index)
---- core1 (new core directory)
---- solr.xml (cores element has one entry for core1)
Is this a valid approach ?
thanks lee