purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

solr multicore issue #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use solr multicore setup
2. Set path to solr.url in gss.properties
3. Try rebuildIndex from jboss jmx-console

What is the expected output? What do you see instead?

Instead of index being rebuilt, I see error message saying:

org.apache.solr.common.SolrException: Missing_solr_core_name_in_path

Missing_solr_core_name_in_path

request: http://localhost:8983/solr/update?wt=javabin&version=1

Where do I set solr url so that it goes to correct url? 
I need 
http://localhost:8983/solr/CORE_NAME/... path set

Solr functionality is lost since it cannot get to proper solr core.

What version of the product are you using? On what operating system?

I am using gss source dated from 31.08.2011. on centos 5 64bit.

Please provide any additional information below.

Original issue reported on code.google.com by ngara...@gmail.com on 13 Oct 2011 at 1:46

GoogleCodeExporter commented 8 years ago
Mutlicore solr configuration is not currently used by gss and therefore we 
cannot provide support for it. Please refer to solr documentation/forums for 
further details.

Original comment by chstath on 20 Oct 2011 at 9:02