Hi,
it might be a silly question, but are you sure that a Solr core
"collection1" exists? Or does it have a different name?
At least you would get a 404 if no such core exists.
Regards,
Andreas
nbosecker wrote on 11/05/2014 09:12 PM:
Hi all,
I'm working on updating legacy Solr to 4.10.2 to use schemaless
configuration. As such, I have added this snippet to solrconfig.xml per the
docs:
<schemaFactory class="ManagedIndexSchemaFactory">
<bool name="mutable">true</bool>
<str name="managedSchemaResourceName">managed-schema</str>
</schemaFactory>
I see that schema.xml is renamed to schema-xml.bak and managed-schema file
is present on Solr restart.
My Solr Dashboard is accessible via:
https://myserver:9943/solr/#/
However, I still cannot access the schema via API - keep receiving 404 [The
requested resource (/solr/schema/fields) is not available] error:
https://myserver:9943/solr/collection1/schema/fields
What am I missing to access the schema API?
Much thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Schemaless-configuration-using-4-10-2-API-returning-404-tp4167869.html
Sent from the Solr - User mailing list archive at Nabble.com.