Hello,

I'm running the example setup for Solr 4.6.1.

In the ../example/solr/  directory, I set up a second core.  I  wanted to
send updates to that core.

  I looked at  .../exampledocs/post.sh and expected to see the URL as:  URL=
http://localhost:8983/solr/collection1/update
However it does not have the core name:
URL=http://localhost:8983/solr/update
Solr however accepts updates with that url in the core named collection1.

I then tried to locate some config somewhere that would specify that the
default core would be collection1, but could not find it.

1) Is there somewhere where the default core for  the xx/solr/update URL is
configured?

2) I ran across SOLR-545 which seems to imply that the current behavior
(dispatching the update requests to the core named collection1) is a bug
which was fixed in Solr 1.3.   Is this a new bug or a change in design?

https://issues.apache.org/jira/browse/SOLR-545

Tom

Reply via email to